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 96ad7c90c181b78749788f4817756e010ab0c621..dec41eadebdd30013077e7460fa8353f784cec55 100644 |
--- a/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m |
+++ b/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m |
@@ -270,6 +270,10 @@ static NSUInteger const kLogViewHeight = 280; |
[self disconnect]; |
} |
+- (void)appClient:(ARDAppClient *)client |
+ didGetStats:(NSArray *)stats { |
+} |
+ |
#pragma mark - APPRTCMainViewDelegate |
- (void)appRTCMainView:(APPRTCMainView*)mainView |