onTrack 属性

Stream<RtcTrackEvent> onTrack

RtcPeerConnection 处理的 track 事件流。

实现方式

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