firefox getUserMedia error on Dell / Windows 7 -
i firefox errors on windows when quickblox tries media, despite fact click "share selected device" etc
error msg: sourceunavailableerror: failed allocate videosource
code:
qb.webrtc.getusermedia(mediaparams, function(err, stream) { if (err) { console.log(err); qb.webrtc.reject(callee.id); } else { qb.webrtc.accept(callee.id); } });
is there known issue here? i'm running dell 3550 on windows 7 64 bit , version of firefox 38.0.5 same code works great on chrome, , on mac works on firefox , chrome.
Comments
Post a Comment