onDataChannel 属性

Stream<RtcDataChannelEvent> onDataChannel

由该 RtcPeerConnection 处理的 datachannel 事件流。

实现

Stream<RtcDataChannelEvent> get onDataChannel =>
    dataChannelEvent.forTarget(this);