- enable mic when skipCheck is true. Right now it's false, so it doesn't init mic properly
This commit is contained in:
parent
eac09c4ffa
commit
e495b1fe31
@ -61,7 +61,7 @@
|
||||
this.enabled = false;
|
||||
if (phoneOptions.skipCheck) {
|
||||
var joinEvent:BBBEvent = new BBBEvent("JOIN_VOICE_CONFERENCE_EVENT");
|
||||
joinEvent.payload['useMicrophone'] = false;
|
||||
joinEvent.payload['useMicrophone'] = true;
|
||||
dispatcher.dispatchEvent(joinEvent);
|
||||
} else {
|
||||
dispatcher.dispatchEvent(new BBBEvent("SHOW_MIC_SETTINGS"));
|
||||
|
Loading…
Reference in New Issue
Block a user