Skip to content

RTCDtlsTransport.start() with multiple RTCDtlsFingerprint #317

@ibc

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?

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