Re: Issue #40: RTCRtpDtlsTransportState

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