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.

Wrong usage of RTCIceCredentialType enum in examples #466

@murillo128

Description

@murillo128
gatherOptions.gatherPolicy = RTCIceGatherPolicy.relay;

should be

gatherOptions.gatherPolicy = "relay";

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