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.

RTCDtlsTransport.start() with multiple RTCDtlsFingerprint #317

Description

@ibc
start (RTCDtlsParameters remoteParameters);
dictionary RTCDtlsParameters {
             RTCDtlsRole                  role = "auto";
             sequence<RTCDtlsFingerprint> fingerprints;
};

Which is the purpose of passing multiple remote RTCDtlsFingerprint to the start() method? what should the UA do with them when it comes to verify the remote certificate? Should the UA check all the fingerprints?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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