Interface RTCRtpCodec

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

    Properties

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