WebIDLpedia

RTCIdentityProviderOptions dictionary

Definition

Identity for WebRTC 1.0 defines RTCIdentityProviderOptions



dictionary RTCIdentityProviderOptions {
    DOMString protocol = "default";
    DOMString usernameHint;
    DOMString peerIdentity;
};

Referring IDL interfaces/dictionaries