Chromium Code Reviews| Index: webrtc/sdk/objc/Framework/Classes/RTCConfiguration+Private.h |
| diff --git a/webrtc/sdk/objc/Framework/Classes/RTCConfiguration+Private.h b/webrtc/sdk/objc/Framework/Classes/RTCConfiguration+Private.h |
| index 5a1663b5eb0de884ae7d637f5ce873280c65248b..4c020f9588dd92b374af5bd17b90f0d54b9e9d37 100644 |
| --- a/webrtc/sdk/objc/Framework/Classes/RTCConfiguration+Private.h |
| +++ b/webrtc/sdk/objc/Framework/Classes/RTCConfiguration+Private.h |
| @@ -21,7 +21,7 @@ NS_ASSUME_NONNULL_BEGIN |
| * needed to pass to the underlying C++ APIs. |
| */ |
| @property(nonatomic, readonly) |
| - webrtc::PeerConnectionInterface::RTCConfiguration nativeConfiguration; |
| + webrtc::PeerConnectionInterface::RTCConfiguration* nativeConfiguration; |
|
tkchin_webrtc
2016/05/13 17:48:05
RTCConfiguration *nativeConfiguration;
This shoul
hbos
2016/05/16 12:49:05
Done.
|
| + (webrtc::PeerConnectionInterface::IceTransportsType) |
| nativeTransportsTypeForTransportPolicy:(RTCIceTransportPolicy)policy; |