fix issue with webrtc introduced on latest merge

This commit is contained in:
Felipe Cecagno 2016-01-29 15:46:32 -02:00
parent d6b9a26e0d
commit 301a07773b

View File

@ -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) {