| Index: webrtc/sdk/objc/Framework/UnitTests/RTCConfigurationTest.mm
|
| diff --git a/webrtc/sdk/objc/Framework/UnitTests/RTCConfigurationTest.mm b/webrtc/sdk/objc/Framework/UnitTests/RTCConfigurationTest.mm
|
| index 51591f4c730c29e716a92b69910cf573818a5cfb..1fca960586fc9967e3696754d675c6c79f2908ea 100644
|
| --- a/webrtc/sdk/objc/Framework/UnitTests/RTCConfigurationTest.mm
|
| +++ b/webrtc/sdk/objc/Framework/UnitTests/RTCConfigurationTest.mm
|
| @@ -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]);
|
|
|