On this page

Interface RTCRtpCodecParameters

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

Hierarchy (View Summary)

Index

Properties

channels?: number
clockRate: number
mimeType: string
payloadType: number
sdpFmtpLine?: string
Was this helpful?
SDK JS
Reference
RTCRtpCodecParameters