Definition
Identity for WebRTC 1.0 defines RTCIdentityAssertion
[Exposed=Window]
interface RTCIdentityAssertion {
constructor(DOMString idp, DOMString name);
attribute DOMString idp;
attribute DOMString name;
};
RTCIdentityAssertion
interfaceIdentity for WebRTC 1.0 defines RTCIdentityAssertion
[Exposed=Window]
interface RTCIdentityAssertion {
constructor(DOMString idp, DOMString name);
attribute DOMString idp;
attribute DOMString name;
};
RTCIdentityAssertion