oncandidatepairchange event
[Some information relates to pre-released product which may be substantially modified before it's commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.]
This event fires any time the nominated RTCIceCandidatePair changes.
Syntax
| Event Property | object.oncandidatepairchange = handler; |
Event information
| Synchronous | No |
| Bubbles | No |
| Cancelable | No |
Event handler parameters
icecandidatepairchange
Type: EventHandlerUses the
RTCIceCandidatePairChangedEventinterface and must be supported by all objects implementing theRTCIceTransportinterface.