Interface RTCRtpCodecParameters

    interface RTCRtpCodecParameters {
        channels?: number;
        clockRate: number;
        mimeType: string;
        payloadType: number;
        sdpFmtpLine?: string;
    }
    Hierarchy

    Properties

    channels?: number
    clockRate: number
    mimeType: string
    payloadType: number
    sdpFmtpLine?: string