On this page
Properties

Interface RTCRtpHeaderExtensionParameters

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

Properties

Properties

encrypted?: boolean
id: number
uri: string
Was this helpful?
SDK JS
Reference
RTCRtpHeaderExtensionParameters