Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RTCRtpHeaderExtensionParameters

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

§Properties

§
encrypted?: boolean
[src]
§
id: number
[src]
§
uri: string
[src]