2.5.0
- Added
peer:connect
event which is triggered when a newRTCPeerConnection
is created for a newly discovered peer. - Added
peer:couple
event which is triggered upon coupling the locally createdRTCPeerConnection
with its remote counterpart.
peer:connect
event which is triggered when a new RTCPeerConnection
is created for a newly discovered peer.peer:couple
event which is triggered upon coupling the locally created RTCPeerConnection
with its remote counterpart.