onTrack property

Stream<RtcTrackEvent> get onTrack

Stream of track events handled by this RtcPeerConnection.

Implementation

Stream<RtcTrackEvent> get onTrack => trackEvent.forTarget(this);