Merge pull request #334 from renatospirito17/fix-pitch-bar
Fix: speech bar on user join.
This commit is contained in:
@@ -2577,6 +2577,9 @@ async function whoAreYouJoin() {
|
||||
if (isScreenStreaming && useVideo) {
|
||||
await changeLocalCamera(videoSelect.value);
|
||||
}
|
||||
if (useAudio && localAudioMediaStream) {
|
||||
getMicrophoneVolumeIndicator(localAudioMediaStream);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user