nickdesaulniers / node-rtc-peer-connection

[BROKEN/UNMAINTAINED] RTCPeerConnection for Node.js
Other
154 stars 17 forks source link

createDataChannel validation #11

Open nickdesaulniers opened 8 years ago

nickdesaulniers commented 8 years ago

RTCPeerConnection.prototype.createDataChannel is missing steps 4-9 of https://w3c.github.io/webrtc-pc/#methods-9 that deals with input validation and throwing errors.