Index: webrtc/api/objc/RTCPeerConnection.h |
diff --git a/webrtc/api/objc/RTCPeerConnection.h b/webrtc/api/objc/RTCPeerConnection.h |
index 68db191bff40db6649e7f71f7167b35fc784a97f..88c1c98bb179757d3f505e1c54a05ab8100b7c21 100644 |
--- a/webrtc/api/objc/RTCPeerConnection.h |
+++ b/webrtc/api/objc/RTCPeerConnection.h |
@@ -45,7 +45,7 @@ typedef NS_ENUM(NSInteger, RTCIceConnectionState) { |
RTCIceConnectionStateFailed, |
RTCIceConnectionStateDisconnected, |
RTCIceConnectionStateClosed, |
- RTCIceConnectionStateMax, |
+ RTCIceConnectionStateCount, |
tkchin_webrtc
2016/03/14 17:09:32
add a comment like:
// Not an actual state, repres
hjon_webrtc
2016/03/14 17:20:28
Ah, I've wondered about this state. :-)
Done.
|
}; |
/** Represents the ice gathering state of the peer connection. */ |