Adding comment about ice_connection_state really being ICE+DTLS.

NOTRY=True
TBR=zhihuang@webrtc.org

Bug: webrtc:6145
Change-Id: I02c75ddd96007d942cc4d3ee8313691cf0be6827
Reviewed-on: https://webrtc-review.googlesource.com/14560
Reviewed-by: Taylor Brandstetter <deadbeef@webrtc.org>
Commit-Queue: Taylor Brandstetter <deadbeef@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#20379}
This commit is contained in:
Taylor Brandstetter 2017-10-22 11:52:32 -07:00 committed by Commit Bot
parent 1c1a6815ae
commit cb423c43b0

View File

@ -796,7 +796,13 @@ class PeerConnectionInterface : public rtc::RefCountInterface {
// Returns the current SignalingState.
virtual SignalingState signaling_state() = 0;
// Returns the aggregate state of all ICE *and* DTLS transports.
// TODO(deadbeef): Implement "PeerConnectionState" according to the standard,
// to aggregate ICE+DTLS state, and change the scope of IceConnectionState to
// be just the ICE layer. See: crbug.com/webrtc/6145
virtual IceConnectionState ice_connection_state() = 0;
virtual IceGatheringState ice_gathering_state() = 0;
// Starts RtcEventLog using existing file. Takes ownership of |file| and