aboutsummaryrefslogtreecommitdiff
path: root/talk/app/webrtc/objc/public
diff options
context:
space:
mode:
authorGuo-wei Shieh <guoweis@webrtc.org>2015-08-19 16:51:15 -0700
committerGuo-wei Shieh <guoweis@webrtc.org>2015-08-19 23:51:22 +0000
commit3d564c10157d7de1d2d4236f4e2a13ff1363d52b (patch)
treef803aadf7afd25449c1e1f879f39d747a9657c3a /talk/app/webrtc/objc/public
parent86cb923c20e8e50dbb9e3d7984ec1bd5d2455b6a (diff)
downloadwebrtc-3d564c10157d7de1d2d4236f4e2a13ff1363d52b.tar.gz
Add instrumentation to track the IceEndpointType.
The IceEndpointType has the format of <local_endpoint>_<remote_endpoint>. It is recorded on the BestConnection when we have the first OnTransportCompleted signaled. BUG=webrtc:4918 R=pthatcher@webrtc.org Review URL: https://codereview.webrtc.org/1277263002 . Cr-Commit-Position: refs/heads/master@{#9737}
Diffstat (limited to 'talk/app/webrtc/objc/public')
-rw-r--r--talk/app/webrtc/objc/public/RTCTypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/talk/app/webrtc/objc/public/RTCTypes.h b/talk/app/webrtc/objc/public/RTCTypes.h
index 946148afc3..99ac192c34 100644
--- a/talk/app/webrtc/objc/public/RTCTypes.h
+++ b/talk/app/webrtc/objc/public/RTCTypes.h
@@ -36,6 +36,7 @@ typedef enum {
RTCICEConnectionFailed,
RTCICEConnectionDisconnected,
RTCICEConnectionClosed,
+ RTCICEConnectionMax,
} RTCICEConnectionState;
// RTCICEGatheringState the states in webrtc::ICEGatheringState.