- From: Justin Uberti <juberti@google.com>
- Date: Thu, 17 Apr 2014 18:15:01 +0200
- To: Bernard Aboba <Bernard.Aboba@microsoft.com>
- Cc: "public-ortc@w3.org" <public-ortc@w3.org>
Received on Thursday, 17 April 2014 16:15:48 UTC
Since DTLS/SRTP key extraction can happen as soon as the DTLS handshake
completes, I think "connected" should imply that all DTLS processing needed
by upper layers has finished.
On Wed, Apr 2, 2014 at 2:20 AM, Bernard Aboba
<Bernard.Aboba@microsoft.com>wrote:
> What does the RTCRtpDtlsTransportState refer to exactly? Does it reflect
> the state of the DTLS transport or the combined state of both DTLS and
> DTLS/SRTP?
>
> enum RTCDtlsTransportState {
> "new",
> "connecting",
> "connected",
> "closed"
> };
>
> As an example, does a "connected" state for RTCRtpDTLSTransportState imply
> that both the DTLS and DTLS/SRTP exchanges have completed?
>
Received on Thursday, 17 April 2014 16:15:48 UTC