ondtlsstatechange 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 RTCDtlsTransportState
changes. It must be supported by all objects implementing the RTCDtlsTransport
interface.
Syntax
addEventListener Method | object.addEventListener("", handler, useCapture) |
Event handler parameters
eventHandler
Type: dtlsstatechangeUses the RTCDtlsTransportStateChangedEvent interface.