| Index: webrtc/api/objc/RTCConfiguration.mm
|
| diff --git a/webrtc/api/objc/RTCConfiguration.mm b/webrtc/api/objc/RTCConfiguration.mm
|
| index 2c391187523663b7219db19eb511366a3ddbd636..2d44d015675cbefdead66bed3e904c3c97241098 100644
|
| --- a/webrtc/api/objc/RTCConfiguration.mm
|
| +++ b/webrtc/api/objc/RTCConfiguration.mm
|
| @@ -70,7 +70,7 @@
|
| webrtc::PeerConnectionInterface::RTCConfiguration nativeConfig;
|
|
|
| for (RTCIceServer *iceServer in _iceServers) {
|
| - nativeConfig.servers.push_back(iceServer.iceServer);
|
| + nativeConfig.servers.push_back(iceServer.nativeServer);
|
| }
|
| nativeConfig.type =
|
| [[self class] nativeTransportsTypeForTransportPolicy:_iceTransportPolicy];
|
|
|