From b5e86d82bc9227841d0d08a70b2c7b8a15edab18 Mon Sep 17 00:00:00 2001 From: Miroslav Pejic Date: Wed, 2 Oct 2024 13:59:37 +0200 Subject: [PATCH] [mirotalksfu] - ops --- public/js/RoomClient.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/RoomClient.js b/public/js/RoomClient.js index 32a75c89..ff021bbd 100644 --- a/public/js/RoomClient.js +++ b/public/js/RoomClient.js @@ -7014,7 +7014,6 @@ class RoomClient { const audioMessage = 'The participant has been muted, and only they have the ability to unmute themselves'; if (isBroadcastingEnabled) { - alert('isBroadcastingEnabled'); const peerAudioButton = this.getId(data.peer_id + '___pAudio'); if (peerAudioButton) { const peerAudioIcon = peerAudioButton.querySelector('i');