onTrack property
Stream<RtcTrackEvent>
get
onTrack
Stream of track events handled by this RtcPeerConnection.
Implementation
Stream<RtcTrackEvent> get onTrack => trackEvent.forTarget(this);
Stream of track events handled by this RtcPeerConnection.
Stream<RtcTrackEvent> get onTrack => trackEvent.forTarget(this);