解决乱码问题

This commit is contained in:
2026-05-24 01:54:47 +08:00
parent 68712fba8c
commit 554bb5d9ee
3 changed files with 1117 additions and 460 deletions

View File

@@ -7,7 +7,7 @@ const INVITE_EVENT_NAMES = Object.freeze([
'invite-failed'
]);
const DEFAULT_SOCKET_USER_NAME = 'Me';
const DEFAULT_SOCKET_USER_NAME = '?';
const DEFAULT_SOCKET_USER_AVATAR = '/images/p1.png';
export function createSignalingInstance(useWebSocket) {