Skip to content

RTCIceCredentialType #222

@aboba

Description

@aboba

WebRTC 1.0 has added support for RTCIceCredentialType to RTCIceServer:

dictionary RTCIceServer {
required (DOMString or sequence) urls;
DOMString username;
DOMString credential;
RTCIceCredentialType credentialType = "password";
};

enum RTCIceCredentialType {
"password",
"token"
};

Proposal is to add support into ORTC API as well.

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