diff --git a/web/js/rtc-audio.js b/web/js/rtc-audio.js index 04f7d5e..6a9bbc1 100644 --- a/web/js/rtc-audio.js +++ b/web/js/rtc-audio.js @@ -352,6 +352,7 @@ // Kuba's patches, not techkrzysiek code if(!Number.isFinite(volume)) logWebRTCDebug("Volume is not finite."); } else logWebRTCDebug("audioElement not initialized.") + logWebRTCDebug("Volume update."); } function initVolumeControl() {