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

@@ -19,7 +19,7 @@ export const DEFAULT_ICE_SERVERS = [
];
export const store = reactive({
serverUrl: 'ws://175.178.213.60:8088/ws/signal',
serverUrl: 'wss://www.ttstd.com/signal',
deviceId: '',
targetDeviceId: '',
iceServers: DEFAULT_ICE_SERVERS,