Issue 219: No "failed" state in DtlsTransport

For WebRTC 1.0, Peter Thatcher has proposed addition of a "failed" state to DtlsTransport.

Here is the proposed change to the RTCDtlsTransportState descriptions:

closed

The DTLS connection has been closed intentionally via a call to stop(). Calling transport.stop() will also result in a transition to the "closed" state.

failed

The DTLS connection has been closed as the result of an error (such as a DTLS alert or a failure to validate the remote fingerprint).

Received on Wednesday, 24 June 2015 19:43:25 UTC