Interface RTCRtpHeaderExtensionParameters

    interface RTCRtpHeaderExtensionParameters {
        encrypted?: boolean;
        id: number;
        uri: string;
    }

    Properties

    Properties

    encrypted?: boolean
    id: number
    uri: string