chore: 更新默认信令服务器地址为 wss://www.ttstd.com/signal

This commit is contained in:
TongTongStudio
2026-07-25 11:51:09 +08:00
parent e5dafb65ed
commit 63adb7f9f6
7 changed files with 8 additions and 7 deletions

View File

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

View File

@@ -473,7 +473,7 @@ class _ControllerHomeState extends State<ControllerHome> {
const SizedBox(height: 8),
CupertinoTextField(
controller: _serverUrlController,
placeholder: 'ws://175.178.213.60:8088/ws/signal',
placeholder: 'wss://www.ttstd.com/signal',
padding: const EdgeInsets.symmetric(vertical: 12, horizontal: 12),
),
const SizedBox(height: 16),