vot.js - v2.4.12
    Preparing search index...

    Interface RTCTrackEventInit

    interface RTCTrackEventInit {
        bubbles?: boolean;
        cancelable?: boolean;
        composed?: boolean;
        receiver: RTCRtpReceiver;
        streams?: MediaStream[];
        track: MediaStreamTrack;
        transceiver: RTCRtpTransceiver;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bubbles?: boolean
    cancelable?: boolean
    composed?: boolean
    receiver: RTCRtpReceiver
    streams?: MediaStream[]
    transceiver: RTCRtpTransceiver