fix issue with webrtc introduced on latest merge
This commit is contained in:
parent
d6b9a26e0d
commit
301a07773b
@ -150,6 +150,8 @@ package org.bigbluebutton.modules.phone.managers
|
||||
public function handleJoinVoiceConferenceCommand(event:JoinVoiceConferenceCommand):void {
|
||||
LOGGER.debug("handleJoinVoiceConferenceCommand - usingWebRTC: " + usingWebRTC + ", event.mic: " + event.mic);
|
||||
|
||||
usingWebRTC = checkIfToUseWebRTC();
|
||||
|
||||
if (!usingWebRTC || !event.mic) return;
|
||||
|
||||
if ((options.skipCheck && PhoneOptions.firstAudioJoin) || echoTestDone) {
|
||||
|
Loading…
Reference in New Issue
Block a user