| Index: webrtc/sdk/objc/Framework/Classes/RTCPeerConnection.mm
|
| diff --git a/webrtc/sdk/objc/Framework/Classes/RTCPeerConnection.mm b/webrtc/sdk/objc/Framework/Classes/RTCPeerConnection.mm
|
| index 7c8eb4d54b975568298bb15ecae8d373ea0bf2d6..311e0dd886e49a37d33ea0d3dbfe30e93868600e 100644
|
| --- a/webrtc/sdk/objc/Framework/Classes/RTCPeerConnection.mm
|
| +++ b/webrtc/sdk/objc/Framework/Classes/RTCPeerConnection.mm
|
| @@ -291,7 +291,7 @@ void PeerConnectionDelegateAdapter::OnIceCandidatesRemoved(
|
| - (RTCConfiguration *)configuration {
|
| webrtc::PeerConnectionInterface::RTCConfiguration config =
|
| _peerConnection->GetConfiguration();
|
| - return [[RTCConfiguration alloc] initWithNativeConfiguration:&config];
|
| + return [[RTCConfiguration alloc] initWithNativeConfiguration:config];
|
| }
|
|
|
| - (void)close {
|
|
|