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

Unified Diff: webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m

Issue 1690313002: Update iOS AppRTCDemo to use the updated Objective-C API. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Update against master Created 4 years, 9 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/AppRTCDemo/mac/APPRTCViewController.m
diff --git a/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m b/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m
index 80b0691247cb5aee3e6b3f89e830e8c5b2cc5025..db7b19c0e52faffa594687a64e11ad56049df021 100644
--- a/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m
+++ b/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m
@@ -11,9 +11,10 @@
#import "APPRTCViewController.h"
#import <AVFoundation/AVFoundation.h>
+#import "webrtc/api/objc/RTCNSGLVideoView.h"
+#import "webrtc/api/objc/RTCVideoTrack.h"
+
#import "ARDAppClient.h"
-#import "RTCNSGLVideoView.h"
-#import "RTCVideoTrack.h"
static NSUInteger const kContentWidth = 1280;
static NSUInteger const kContentHeight = 720;
@@ -250,7 +251,7 @@ static NSUInteger const kLogViewHeight = 280;
}
- (void)appClient:(ARDAppClient *)client
- didChangeConnectionState:(RTCICEConnectionState)state {
+ didChangeConnectionState:(RTCIceConnectionState)state {
}
- (void)appClient:(ARDAppClient *)client
« no previous file with comments | « webrtc/examples/objc/AppRTCDemo/mac/APPRTCAppDelegate.m ('k') | webrtc/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698