Index: webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m |
diff --git a/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m b/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m |
index 089901efda60b6726f77aff9a174425f50c3b339..db579c9cccb3766d12580c8969e3ef8532f57054 100644 |
--- a/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m |
+++ b/webrtc/examples/objc/AppRTCMobile/mac/APPRTCViewController.m |
@@ -354,6 +354,10 @@ static NSUInteger const kBottomViewHeight = 200; |
} |
- (void)appClient:(ARDAppClient *)client |
+ didCreateLocalCapturer:(RTCCameraVideoCapturer *)localCapturer { |
+} |
+ |
+- (void)appClient:(ARDAppClient *)client |
didReceiveLocalVideoTrack:(RTCVideoTrack *)localVideoTrack { |
_localVideoTrack = localVideoTrack; |
[_localVideoTrack addRenderer:self.mainView.localVideoView]; |