- From: Bernard Aboba <Bernard.Aboba@microsoft.com>
- Date: Wed, 2 Apr 2014 00:20:27 +0000
- To: "public-ortc@w3.org" <public-ortc@w3.org>
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