cjb / serverless-webrtc

A demo of using WebRTC with no signaling server.
Other
1.54k stars 239 forks source link

Not working in Firefox 38 #14

Closed pattyland closed 8 years ago

pattyland commented 9 years ago

TypeError: Not enough arguments to mozRTCPeerConnection.setLocalDescription. pc1.setLocalDescription(desc, function () {});

Samardon commented 9 years ago

Looks like the demo just needs to be updated to the latest version. Master branch works fine when tested.

cjb commented 8 years ago

@Samardon Very belated thanks for figuring that out! Updated the demo link to master.