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

Unified Diff: webrtc/examples/objc/AppRTCDemo/ARDAppClient.h

Issue 2253013006: Adding AecDump functionality to AppRTCDemo for iOS (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Created 4 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/AppRTCDemo/ARDAppClient.h
diff --git a/webrtc/examples/objc/AppRTCDemo/ARDAppClient.h b/webrtc/examples/objc/AppRTCDemo/ARDAppClient.h
index b7f75462671a0345747c5e5bb5afc74cb1d2b72b..c3480a2d954e3b97d889c46c52d2bbb0196af83a 100644
--- a/webrtc/examples/objc/AppRTCDemo/ARDAppClient.h
+++ b/webrtc/examples/objc/AppRTCDemo/ARDAppClient.h
@@ -64,9 +64,11 @@ typedef NS_ENUM(NSInteger, ARDAppClientState) {
// Establishes a connection with the AppRTC servers for the given room id.
// If |isLoopback| is true, the call will connect to itself.
// If |isAudioOnly| is true, video will be disabled for the call.
+// If |makeAecDump| is true, an aecdump will be created for the call.
tkchin_webrtc 2016/08/19 17:31:42 nit: shouldMakeAecDump (avoid verbs in argument na
peah-webrtc 2016/08/23 11:45:15 Done.
- (void)connectToRoomWithId:(NSString *)roomId
isLoopback:(BOOL)isLoopback
- isAudioOnly:(BOOL)isAudioOnly;
+ isAudioOnly:(BOOL)isAudioOnly
+ makeAecDump:(BOOL)makeAecDump;
// Disconnects from the AppRTC servers and any connected clients.
- (void)disconnect;
« no previous file with comments | « no previous file | webrtc/examples/objc/AppRTCDemo/ARDAppClient.m » ('j') | webrtc/examples/objc/AppRTCDemo/ARDAppClient.m » ('J')

Powered by Google App Engine
This is Rietveld 408576698