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

Unified Diff: webrtc/api/objc/RTCIceServer+Private.h

Issue 1616303002: Update API for Objective-C RTCConfiguration. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Changes based on feedback Created 4 years, 11 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
« no previous file with comments | « webrtc/api/objc/RTCIceServer.mm ('k') | webrtc/api/objctests/RTCConfigurationTest.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webrtc/api/objc/RTCIceServer+Private.h
diff --git a/webrtc/api/objc/RTCIceServer+Private.h b/webrtc/api/objc/RTCIceServer+Private.h
index 59f5a92dffa10d313b3cdf98c9e2ca0edc081f1a..3890567042241b2fbb8e8d27110991765ac828bc 100644
--- a/webrtc/api/objc/RTCIceServer+Private.h
+++ b/webrtc/api/objc/RTCIceServer+Private.h
@@ -23,6 +23,10 @@ NS_ASSUME_NONNULL_BEGIN
@property(nonatomic, readonly)
webrtc::PeerConnectionInterface::IceServer iceServer;
+/** Initialize an RTCIceServer from a native IceServer. */
+- (instancetype)initWithNativeServer:
+ (webrtc::PeerConnectionInterface::IceServer)nativeServer;
+
@end
NS_ASSUME_NONNULL_END
« no previous file with comments | « webrtc/api/objc/RTCIceServer.mm ('k') | webrtc/api/objctests/RTCConfigurationTest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698