Fix wrong skipCheck handling

We now let sip.js handle getUserMedia calls, same should happen when skipCheck is active.
Solves #10652.
This commit is contained in:
Mario Jr 2020-10-14 18:12:09 -03:00
parent b1e57e3d2f
commit a7ab00e3e9

View File

@ -96,8 +96,7 @@ class AudioManager {
this.isListenOnly = false;
this.isEchoTest = false;
return this.askDevicesPermissions()
.then(this.onAudioJoining.bind(this))
return this.onAudioJoining.bind(this)()
.then(() => {
const callOptions = {
isListenOnly: false,