Open getkey opened 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.
DataChannel
PeerConnection
onicecandidate
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.
Currently we need to assign a function to
DataChannel
orPeerConnection
instances' on-something properties (egonicecandidate
). It is nicer to let the user register listeners.