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:
@ -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]);
|
||||
|
||||
Reference in New Issue
Block a user