getIdentityAssertion
Summary
Provides an identity assertion.
Method of apis/webrtc/RTCPeerConnectionapis/webrtc/RTCPeerConnection
Syntax
var result = element.getIdentityAssertion();
Return Value
Returns an object of type
Notes
Applications need not make this call. It is merely intended to allow them to start the process of obtaining identity assertions before a call is initiated. If an identity is needed, either because the browser has been configured with a default identity provider or because the setIdentityProvider() method was called, then an identity will be automatically requested when an offer or answer is created.