| Index: webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h
|
| diff --git a/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h b/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h
|
| index dec1bfcba069b1682df7bf9578c25dab71ebd2ed..d76805f1046e2d766657d625f626e01b5398b82d 100644
|
| --- a/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h
|
| +++ b/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h
|
| @@ -10,8 +10,8 @@
|
|
|
| #import <UIKit/UIKit.h>
|
|
|
| -#import "WebRTC/RTCCameraPreviewView.h"
|
| -#import "WebRTC/RTCEAGLVideoView.h"
|
| +#import <WebRTC/RTCCameraPreviewView.h>
|
| +#import <WebRTC/RTCVideoRenderer.h>
|
|
|
| #import "ARDStatsView.h"
|
|
|
| @@ -38,7 +38,7 @@
|
|
|
| @property(nonatomic, readonly) UILabel *statusLabel;
|
| @property(nonatomic, readonly) RTCCameraPreviewView *localVideoView;
|
| -@property(nonatomic, readonly) RTCEAGLVideoView *remoteVideoView;
|
| +@property(nonatomic, readonly) __kindof UIView<RTCVideoRenderer> *remoteVideoView;
|
| @property(nonatomic, readonly) ARDStatsView *statsView;
|
| @property(nonatomic, weak) id<ARDVideoCallViewDelegate> delegate;
|
|
|
|
|