Prefix bool variable with "should".

This is to address a comment in a CL landed earlier.

BUG=

Review-Url: https://codereview.webrtc.org/2137223002
Cr-Commit-Position: refs/heads/master@{#13435}
This commit is contained in:
honghaiz
2016-07-11 15:09:26 -07:00
committed by Commit bot
parent b4d31085b4
commit af6b6e021f
3 changed files with 16 additions and 13 deletions

View File

@ -44,7 +44,7 @@
config.iceBackupCandidatePairPingInterval = interval;
config.continualGatheringPolicy =
RTCContinualGatheringPolicyGatherContinually;
config.pruneTurnPorts = true;
config.shouldPruneTurnPorts = YES;
std::unique_ptr<webrtc::PeerConnectionInterface::RTCConfiguration>
nativeConfig([config createNativeConfiguration]);