Re: What event do we fire when the DTLS handshake fails, or when DTLS-SRTP key extraction fails?

On Aug 7, 2015, at 3:25 PM, Peter Thatcher <pthatcher@google.com<mailto:pthatcher@google.com>> wrote:

That goes back to my original question:  if the connection fails because of DTLS or DTLS-SRTP, how to we signal that to the web application?

DtlsTransport.state transitioning to "failed" tells you there has been a negotiation failure. Next question is why? Can the DtlsTransport object have an onerror handler that would provide more details in error.message (like DTLS alert info)?

Received on Saturday, 8 August 2015 00:55:30 UTC