罗广辉
2026-02-06 8760f1b995ff3c8b7dfca5043e343cde8f949ded
feat: 通话
1 files modified
1 files added
2 ■■■ changed files
src/hooks/useGlobalWS.js 2 ●●● patch | view | raw | blame | history
src/utils/jaVoice/index.js patch | view | raw | blame | history
src/hooks/useGlobalWS.js
@@ -26,7 +26,7 @@
                })
                break
            case 'VoiceCall':
                enterRoom(payload, userId.value)
                // enterRoom(payload, userId.value)
                break
            default:
                break;
src/utils/jaVoice/index.js