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:
brandtr
2016-11-21 23:43:18 -08:00
committed by Commit bot
parent fb94cd610b
commit 96385e0432
2 changed files with 6 additions and 0 deletions

View File

@ -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: