HenrikJoreteg / webrtc.js

WebRTC abstraction for managing it simple to manage multiple peer connections of various types.
http://simplewebrtc.com
158 stars 33 forks source link

Problem with Peer without localStream #6

Closed Elentar1 closed 10 years ago

Elentar1 commented 10 years ago

If local media are blocked in web browser then there is a problem in Peer object.
line "this.pc.addStream(this.parent.localStream)" when I added "if (this.parent.localStream)" it looks ok.

Elentar1 commented 10 years ago

It is fixed in current version.