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.

ongathererstatechange vs onstatechange #475

@robin-raymond

Description

@robin-raymond

WebRTC names these events with ongathererstatechange vs just onstatechange because these all hang off a bigger peer connection object. ORTC however does not.

This should change from:

partial interface RTCIceGatherer : RTCStatsProvider {
                    attribute EventHandler?       ongathererstatechange;
}

To:

partial interface RTCIceGatherer : RTCStatsProvider {
                    attribute EventHandler?       onstatechange;
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions