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..e1434d0b4b43f92ed913fb374e54f3f439d84b0e 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 = true; |
tkchin_webrtc
2016/07/11 19:52:21
YES
honghaiz3
2016/07/11 20:00:00
Done.
|
std::unique_ptr<webrtc::PeerConnectionInterface::RTCConfiguration> |
nativeConfig([config createNativeConfiguration]); |