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:
parent
b1e57e3d2f
commit
a7ab00e3e9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user