Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Section 9.7: RTCRtpCodecParameters #113

Description

@aboba

Currently, we have:

partial dictionary RTCRtpCodecParameters {
DOMString name = "";
unsigned short payloadType;
sequence headerExtensionURIs;
};

What does this mean for an RTCRtpReceiver? If a headerExtensionURI is not specified for a given payloadType, does this mean that the header extension will be ignored if it is included in an RTP packet with that Payload Type? Probably not.

Also, what does it mean for an RTCRtpSender? If the headerExtensionURI is not specified for a given Codec name and payloadType, does it mean that the header extension is never sent in an RTP packet with that Payload Type?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions