HI ! I am also facing the same problem . In javascript sdk when I click on start publishing, I can't successfully publish the video. It shows:
this.initPeerConnection = function(streamId, dataChannelMode) {
if (thiz.remotePeerConnection[streamId] == null)
{
var closedStreamId = streamId;
console.log("stream id in init peer connection: " + streamId + " close stream id: " + closedStreamId);
I did not change any code , it was working fine till a couple of days back. But suddenly this problem started creeping in and now it's not working at all.