iOS: Add improved BWE field trial.
BUG=webrtc:6664 NOTRY=True Review-Url: https://codereview.webrtc.org/2482593002 Cr-Commit-Position: refs/heads/master@{#14958}
This commit is contained in:
@ -14,7 +14,7 @@
|
||||
|
||||
typedef NS_OPTIONS(NSUInteger, RTCFieldTrialOptions) {
|
||||
RTCFieldTrialOptionsNone = 0,
|
||||
RTCFieldTrialOptionsSendSideBwe = 1 << 0,
|
||||
RTCFieldTrialOptionsImprovedBitrateEstimate = 1 << 0,
|
||||
};
|
||||
|
||||
/** Must be called before any other call into WebRTC. See:
|
||||
|
||||
Reference in New Issue
Block a user