mappum / electron-webrtc

⚛ Use WebRTC in Node.js via a hidden Electron process
317 stars 47 forks source link

Emit events #92

Open getkey opened 7 years ago

getkey commented 7 years ago

Currently we need to assign a function to DataChannel or PeerConnection instances' on-something properties (eg onicecandidate). It is nicer to let the user register listeners.

getkey commented 7 years ago

I published the NPM package electron-webrtc-patched because I need the changes in this PR. I will take it down if my PRs are accepted.