commit | d33258098b99068064e0d4a8cfc6566dec8e881e | [log] [tgz] |
---|---|---|
author | Zeke Chin <tkchin@google.com> | Fri Aug 14 11:00:02 2015 -0700 |
committer | Zeke Chin <tkchin@google.com> | Fri Aug 14 18:00:11 2015 +0000 |
tree | c148cd7f9b41cdc339c4644fab29225d4f70042d | |
parent | 60d9b332a5391045439bfb6a3a5447973e3d5603 [diff] [blame] |
Add stats overlay to iOS AppRTCDemo. BUG= R=jiayl@webrtc.org Review URL: https://codereview.webrtc.org/1289623005 . Cr-Commit-Position: refs/heads/master@{#9714}
diff --git a/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m b/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m index 96ad7c9..dec41ea 100644 --- a/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m +++ b/webrtc/examples/objc/AppRTCDemo/mac/APPRTCViewController.m
@@ -270,6 +270,10 @@ [self disconnect]; } +- (void)appClient:(ARDAppClient *)client + didGetStats:(NSArray *)stats { +} + #pragma mark - APPRTCMainViewDelegate - (void)appRTCMainView:(APPRTCMainView*)mainView