Interface RTCRtpCodec

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

Hierarchy (view full)

Properties

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