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

Unified Diff: webrtc/examples/objc/AppRTCMobile/ARDTURNClient+Internal.h

Issue 2627523004: Update ice server provider response format in iOS AppRTCMobile (Closed)
Patch Set: lower similarity and rebase Created 3 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
Index: webrtc/examples/objc/AppRTCMobile/ARDTURNClient+Internal.h
diff --git a/webrtc/examples/objc/AppRTCMobile/ARDCEODTURNClient.h b/webrtc/examples/objc/AppRTCMobile/ARDTURNClient+Internal.h
similarity index 80%
rename from webrtc/examples/objc/AppRTCMobile/ARDCEODTURNClient.h
rename to webrtc/examples/objc/AppRTCMobile/ARDTURNClient+Internal.h
index 9b136aa39ce27d8c10232c6053f51a873e04a94f..3a579f8f7fdc01a950b05e77334c4af132069aaa 100644
--- a/webrtc/examples/objc/AppRTCMobile/ARDCEODTURNClient.h
+++ b/webrtc/examples/objc/AppRTCMobile/ARDTURNClient+Internal.h
@@ -10,8 +10,7 @@
#import "ARDTURNClient.h"
-// Requests TURN server urls from compute engine on demand.
-@interface ARDCEODTURNClient : NSObject <ARDTURNClient>
+@interface ARDTURNClient : NSObject <ARDTURNClient>
- (instancetype)initWithURL:(NSURL *)url;
« no previous file with comments | « webrtc/examples/objc/AppRTCMobile/ARDTURNClient.m ('k') | webrtc/examples/objc/AppRTCMobile/RTCIceServer+JSON.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698