onDataChannel property
Data channel stream (incoming)
Implementation
@override
Stream<DataChannel> get onDataChannel =>
_trackController.stream.cast<DataChannel>();
Data channel stream (incoming)
@override
Stream<DataChannel> get onDataChannel =>
_trackController.stream.cast<DataChannel>();