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.

Retrieving RTCRtpParameters #116

@aboba

Description

@aboba

In the current editor's draft there is no way to retrieve RTCRtpParameters objects from the RTCRtpReceiver or RTCRtpSender objects. Proposed resolution is as follows:

partial interface RTCRtpSender : RTCStatsProvider {
RTCRtpParameters getParameters ();
};

partial interface RTCRtpReceiver : RTCStatsProvider {
RTCRtpParameters getParameters ();
};

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