You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think getUserMedia fail callback must be called with error:
getUserMedia.call(navigator,options,function(stream){rtc.streams.push(stream);rtc.initializedStreams++;onSuccess(stream);if(rtc.initializedStreams===rtc.numStreams){rtc.fire('ready');}},function(error){//herealert("Could not connect stream.");onFail(error);// and here});
The text was updated successfully, but these errors were encountered:
I think getUserMedia fail callback must be called with error:
The text was updated successfully, but these errors were encountered: