zaigham-mt
zaigham-mt
For IE when sometimes call is working fine. But some time I don't get video stream and get following logs. MEDIA12899: AUDIO/VIDEO: Unknown MIME type.
Error: Error calling method on NPObject. 348 function (sessionDescription) { Its occurring on following scripts function answer(data) { var pc = peerDatabase[getPeerIndex(data)].pc; ``` toggleLocalStream(pc,data.videoChatId); pc.createAnswer( function (sessionDescription) { pc.setLocalDescription(sessionDescription); send('answer',...
How can I share same stream to more than one peers. Current example is supported for single peer only thats why its working. But Its a common use case to...