nickdesaulniers / node-rtc-peer-connection

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

stub out methods of RTCPeerConnection #4

Closed nickdesaulniers closed 8 years ago

nickdesaulniers commented 8 years ago

I think I have all of the properties, but the methods could use some stubs.

nickdesaulniers commented 8 years ago

the event handlers are needed, in particular onneggotiationneeded

nickdesaulniers commented 8 years ago

and setLocalDescription

nickdesaulniers commented 8 years ago

and events