Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(483)

Unified Diff: webrtc/examples/objc/AppRTCMobile/ios/ARDVideoCallView.h

Issue 3004053002: Experimental patch for delaying mic permission dialog in AppRTCMobile
Patch Set: Created 3 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698