electron-webrtc
electron-webrtc copied to clipboard
Emit events
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.
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.