Interface RTCTrackEventInit
interface RTCTrackEventInit {
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
receiver: RTCRtpReceiver;
streams?: MediaStream[];
track: MediaStreamTrack;
transceiver: RTCRtpTransceiver;
}
bubbles?: boolean;
cancelable?: boolean;
composed?: boolean;
receiver: RTCRtpReceiver;
streams?: MediaStream[];
track: MediaStreamTrack;
transceiver: RTCRtpTransceiver;
}
Hierarchy (View Summary)
- EventInit
- RTCTrackEventInit
Index
Properties
Was this helpful?