Index: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCConfiguration.h |
diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCConfiguration.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCConfiguration.h |
index b7290804bc2efd8088fe199e6799b45534a36e9d..155a37cc2e5b523d76d08f0f5d360e4843b46402 100644 |
--- a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCConfiguration.h |
+++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCConfiguration.h |
@@ -104,6 +104,11 @@ RTC_EXPORT |
*/ |
@property(nonatomic, assign) BOOL shouldPresumeWritableWhenFullyRelayed; |
+/** If set to non-nil, controls the minimal interval between consecutive ICE |
+ * check packets. |
tkchin_webrtc
2017/02/02 19:48:54
nit: align
|
+ */ |
+@property(nonatomic, copy, nullable) NSNumber *iceCheckMinInterval; |
+ |
- (instancetype)init NS_DESIGNATED_INITIALIZER; |
@end |