This commit is contained in:
2025-06-03 11:44:51 +03:00
parent 074d6674b8
commit 8c42b7dadd
18 changed files with 6923 additions and 190 deletions

View File

@@ -35,7 +35,7 @@ export function WebRTCConnectionManager() {
voiceState.leaveVoiceChannel();
unsubscribe();
};
});
}, []);
useEffect(() => {
if (webrtc.status === ConnectionState.DISCONNECTED) {