Stream of datachannel events handled by this RtcPeerConnection.
Source
@DomName('RTCPeerConnection.ondatachannel')
@DocsEditable()
Stream<RtcDataChannelEvent> get onDataChannel =>
dataChannelEvent.forTarget(this);
Stream of datachannel events handled by this RtcPeerConnection.
@DomName('RTCPeerConnection.ondatachannel')
@DocsEditable()
Stream<RtcDataChannelEvent> get onDataChannel =>
dataChannelEvent.forTarget(this);