Issue #40: RTCRtpDtlsTransportState

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 Wednesday, 2 April 2014 00:21:07 UTC