Make WebRTC call a class

This commit is contained in:
2025-10-14 17:04:38 +03:00
Unverified
parent bcf445916c
commit eba9875466
4 changed files with 799 additions and 769 deletions
-1
View File
@@ -25,7 +25,6 @@ export class CallSignalingHandler {
handleWebSocketMessage(message: CallSignalingMessage) {
const { data } = message;
if (!data) {
console.warn("Received call signaling message with no data:", message);
return;
}