track property

MediaStreamTrack? get track

The track read-only property of the RTCRtpSender interface returns the MediaStreamTrack which is being handled by the RTCRtpSender.

Implementation

external MediaStreamTrack? get track;