Jump to content
  • 0

Antmedia 2.3 issue


Alex A
 Share

Question

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.
Link to comment
Share on other sites

  • Answers 1
  • Created
  • Last Reply

Top Posters For This Question

Top Posters For This Question

1 answer to this question

Recommended Posts

 Share

×
×
  • Create New...