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 d76805f1046e2d766657d625f626e01b5398b82d..ab0b213e59174575638765704bd25966fd3496b2 100644 |
--- a/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h |
+++ b/webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h |
@@ -30,6 +30,9 @@ |
// Called when stats are enabled by triple tapping. |
- (void)videoCallViewDidEnableStats:(ARDVideoCallView *)view; |
+// Called when the debug button is pressed. |
+- (void)videoCallViewDidDebug:(ARDVideoCallView *)view; |
+ |
@end |
// Video call view that shows local and remote video, provides a label to |