Erizo Room localStreams and remoteStreams are empty

When publishing local stream or subscribe to remote streams, they are not
added to room.localStream and room.remoteStreams accordingly. Also error
is thown when disconnect from room

you can get the stream like this:

for(e in room.remoteStreams)
{
console.log(room.remoteStreams[e].getID());
}

在 2014年6月26日星期四UTC+8下午2时15分39秒,Дмитрий Карпов写道:>

When publishing local stream or subscribe to remote streams, they are not
added to room.localStream and room.remoteStreams accordingly. Also error
is thown when disconnect from room