commit | 5085b0ca94c96ebf85fa2631e8f1facdf07d56da | [log] [tgz] |
---|---|---|
author | peah <peah@webrtc.org> | Thu Aug 25 22:15:14 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Fri Aug 26 05:15:22 2016 +0000 |
tree | 66020d48096f73e270cae8c415d8e3371347da8d | |
parent | bad33bf73b4b9c3be8e3e14c84f48e15ef3d265c [diff] [blame] |
Adding AecDump functionality to AppRTCDemo for iOS BUG=webrtc:6229 Review-Url: https://codereview.webrtc.org/2253013006 Cr-Commit-Position: refs/heads/master@{#13927}
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h b/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h index f3a9554..ffffd12 100644 --- a/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h +++ b/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h
@@ -24,6 +24,7 @@ - (instancetype)initForRoom:(NSString *)room isLoopback:(BOOL)isLoopback isAudioOnly:(BOOL)isAudioOnly + shouldMakeAecDump:(BOOL)shouldMakeAecDump delegate:(id<ARDVideoCallViewControllerDelegate>)delegate; @end