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 4c020f9588dd92b374af5bd17b90f0d54b9e9d37..aec3c6607e2d89f97990a13031305edae1aedcbd 100644 |
| --- a/webrtc/sdk/objc/Framework/Classes/RTCConfiguration+Private.h |
| +++ b/webrtc/sdk/objc/Framework/Classes/RTCConfiguration+Private.h |
| @@ -20,8 +20,8 @@ NS_ASSUME_NONNULL_BEGIN |
| * RTCConfiguration struct representation of this RTCConfiguration. This is |
| * needed to pass to the underlying C++ APIs. |
| */ |
| -@property(nonatomic, readonly) |
| - webrtc::PeerConnectionInterface::RTCConfiguration* nativeConfiguration; |
| +- (webrtc::PeerConnectionInterface::RTCConfiguration *) |
| + createNativeConfiguration; |
|
tkchin_webrtc
2016/05/16 21:01:32
nit: instance methods below static ones (so place
hbos
2016/05/17 09:05:03
Done.
|
| + (webrtc::PeerConnectionInterface::IceTransportsType) |
| nativeTransportsTypeForTransportPolicy:(RTCIceTransportPolicy)policy; |