[call-me] - rb

This commit is contained in:
Miroslav Pejic
2025-08-21 13:26:07 +02:00
parent 2eb51c7ab7
commit 81971129bd
+1 -1
View File
@@ -696,7 +696,7 @@ function checkVideoAudioStatus() {
// Handle hang-up button click
function handleHangUpClick() {
sendMsg({ type: 'leave', name: socket.recipient });
thisConnection ? handleLeave(false) : handleLeave(true);
handleLeave();
}
// Handle leaving the call