iOS: Add FlexFEC-03 field trial.
NOTRY=true BUG=webrtc:5654 R=tkchin@webrtc.org CC=magjed@webrtc.org Review-Url: https://codereview.webrtc.org/2517123002 Cr-Commit-Position: refs/heads/master@{#15176}
This commit is contained in:
@ -16,6 +16,7 @@ typedef NS_OPTIONS(NSUInteger, RTCFieldTrialOptions) {
|
||||
RTCFieldTrialOptionsNone = 0,
|
||||
RTCFieldTrialOptionsImprovedBitrateEstimate = 1 << 0,
|
||||
RTCFieldTrialOptionsAudioSendSideBwe = 1 << 1,
|
||||
RTCFieldTrialOptionsFlexFec03 = 1 << 2,
|
||||
};
|
||||
|
||||
/** Must be called before any other call into WebRTC. See:
|
||||
|
||||
Reference in New Issue
Block a user