Fix: speech bar on user join.

The speech volume bar now appears as soon as the user joins the room.
This was done because when in the presence of more than one other user, it gets difficult to see who's talking.
This commit is contained in:
renatospirito17
2026-04-24 16:16:45 +02:00
parent 0bd0ff7d62
commit 17e1a7ffb3
+3
View File
@@ -2577,6 +2577,9 @@ async function whoAreYouJoin() {
if (isScreenStreaming && useVideo) {
await changeLocalCamera(videoSelect.value);
}
if (useAudio && localAudioMediaStream) {
getMicrophoneVolumeIndicator(localAudioMediaStream);
}
}
/**