@yesstudio/nuxt-composables
    Preparing search index...

    Interface RTCTrackEventInit

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

    Hierarchy

    • EventInit
      • RTCTrackEventInit
    Index

    Properties

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