Merge pull request #334 from renatospirito17/fix-pitch-bar

Fix: speech bar on user join.
This commit is contained in:
Miroslav Pejic
2026-04-24 16:42:21 +02:00
committed by GitHub
+3
View File
@@ -2577,6 +2577,9 @@ async function whoAreYouJoin() {
if (isScreenStreaming && useVideo) {
await changeLocalCamera(videoSelect.value);
}
if (useAudio && localAudioMediaStream) {
getMicrophoneVolumeIndicator(localAudioMediaStream);
}
}
/**