commit | ab1293ad76cea8bb3cbed68ae57b1fc32e7ea4bc | [log] [tgz] |
---|---|---|
author | tkchin <tkchin@webrtc.org> | Tue Aug 30 12:35:05 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Aug 30 19:35:11 2016 +0000 |
tree | fe8158e03c52310b87676d84bbd9342bd8b8c2a4 | |
parent | d4bfbfc75ae99dfe648a86943ca3d5aa6b4a9cc8 [diff] [blame] |
Update iOS AppRTCDemo to use level controller. NOTRY=True BUG= Review-Url: https://codereview.webrtc.org/2294913003 Cr-Commit-Position: refs/heads/master@{#13977}
diff --git a/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h b/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h index ffffd12..3ca2dc2 100644 --- a/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h +++ b/webrtc/examples/objc/AppRTCDemo/ios/ARDVideoCallViewController.h
@@ -25,6 +25,7 @@ isLoopback:(BOOL)isLoopback isAudioOnly:(BOOL)isAudioOnly shouldMakeAecDump:(BOOL)shouldMakeAecDump + shouldUseLevelControl:(BOOL)shouldUseLevelControl delegate:(id<ARDVideoCallViewControllerDelegate>)delegate; @end