RTCTrackEventInit
Extends
Properties
bubbles?
optional bubbles?: boolean;
Inherited from
cancelable?
optional cancelable?: boolean;
Inherited from
composed?
optional composed?: boolean;
Inherited from
receiver
receiver: RTCRtpReceiver;
streams?
optional streams?: MediaStream[];
track
track: MediaStreamTrack;
transceiver
transceiver: RTCRtpTransceiver;