Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(481)

Unified Diff: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCConfiguration.h

Issue 2979993003: Revert of iOS - Add iceRegatherIntervalRange. (Closed)
Patch Set: Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 17d79b2ed944c60e592a7a01e2b91bf31ed5ab4f..862a01d4f624caf10726ef69aa1920a7daa83421 100644
--- a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCConfiguration.h
+++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCConfiguration.h
@@ -13,7 +13,6 @@
#import <WebRTC/RTCMacros.h>
@class RTCIceServer;
-@class RTCIntervalRange;
/**
* Represents the ice transport policy. This exposes the same states in C++,
@@ -110,13 +109,6 @@
*/
@property(nonatomic, copy, nullable) NSNumber *iceCheckMinInterval;
-/** ICE Periodic Regathering
- * If set, WebRTC will periodically create and propose candidates without
- * starting a new ICE generation. The regathering happens continuously with
- * interval specified in milliseconds by the uniform distribution [a, b].
- */
-@property(nonatomic, strong, nullable) RTCIntervalRange *iceRegatherIntervalRange;
-
- (instancetype)init;
@end

Powered by Google App Engine
This is Rietveld 408576698