Clean up iOS API audio settings
This removes the routing for the deprecated audio control setting Change-Id: Id83ff548625279d5b34c9e3cadc097c25a00ef05 Bug: none Reviewed-on: https://webrtc-review.googlesource.com/58900 Reviewed-by: Kári Helgason <kthelgason@webrtc.org> Commit-Queue: Sam Zackrisson <saza@webrtc.org> Cr-Commit-Position: refs/heads/master@{#22279}
This commit is contained in:
committed by
Commit Bot
parent
4ff5443e4e
commit
9e981f0e43
@ -30,8 +30,6 @@ NSString * const kRTCMediaConstraintsMinFrameRate =
|
||||
@(webrtc::MediaConstraintsInterface::kMinFrameRate);
|
||||
NSString * const kRTCMediaConstraintsMaxFrameRate =
|
||||
@(webrtc::MediaConstraintsInterface::kMaxFrameRate);
|
||||
NSString * const kRTCMediaConstraintsLevelControl =
|
||||
@(webrtc::MediaConstraintsInterface::kLevelControl);
|
||||
NSString * const kRTCMediaConstraintsAudioNetworkAdaptorConfig =
|
||||
@(webrtc::MediaConstraintsInterface::kAudioNetworkAdaptorConfig);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user