chore: 修改ws地址

This commit is contained in:
2026-07-14 12:06:46 +08:00
parent 8a20eb6f12
commit 868af6dda5
6 changed files with 6 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ const List<Map<String, dynamic>> kIceServers = [
];
/// 信令 WebSocket 默认地址。
const String kDefaultSignalServer = 'ws://192.168.100.222:8080/ws/signal';
const String kDefaultSignalServer = 'ws://175.178.213.60:8088/ws/signal';
/// DataChannel 标签,控制端与被控端需一致。
const String kDataChannelLabel = 'control_channel';

View File

@@ -145,7 +145,7 @@ class _ControllerHomeState extends State<ControllerHome> {
TextField(
controller: _serverUrlController,
decoration: const InputDecoration(
hintText: 'ws://192.168.100.222:8080/ws/signal',
hintText: 'ws://175.178.213.60:8088/ws/signal',
),
),
const SizedBox(height: 16),