webrtc-pc
d52d1e7c - Moving "request identity assertion" to the synchronous steps.

Commit
9 years ago
Moving "request identity assertion" to the synchronous steps. This simplifies the algorithm a bit, and ignores the case of: `pc.createOffer()` `setIdentityProvider(idp)` Only the identity provider set at the time `createOffer` was called will be used. And the identity assertion request process will begin as soon as `createOffer` is called, rather than when the operation is taken off the queue.
Author
Parents
Loading