When running a conference demo clone ( a modified copy of conference.html) on Antmedia 2.3 update - we receive a "InvalidStateError" if the audio component of the media constraints is set to false.
ie:
var mediaConstraints = {
video : {"deviceId": dealercameraid, width: 480, height: 360},
audio : false,
};
results every time in 'InvalidStateError' callback.
It works if audio: true or if audio is set to a specific deviceID...
This error was not present (same code) on Antmedia 2.2.x
So to be clear, to replicate this issue there is only a single step: just set audio to 'false' and discover the issue.
Question
Alex A
When running a conference demo clone ( a modified copy of conference.html) on Antmedia 2.3 update - we receive a "InvalidStateError" if the audio component of the media constraints is set to false.
Link to comment
Share on other sites
Top Posters For This Question
1
1
Popular Days
Feb 16
1
Feb 17
1
Top Posters For This Question
Alex A 1 post
Enes Kuluk 1 post
Popular Days
Feb 16 2021
1 post
Feb 17 2021
1 post
1 answer to this question
Recommended Posts