| Index: talk/app/webrtc/objc/RTCPeerConnectionInterface+Internal.h
|
| diff --git a/talk/app/webrtc/objc/RTCPeerConnectionInterface+Internal.h b/talk/app/webrtc/objc/RTCPeerConnectionInterface+Internal.h
|
| index ffa01c6fff3e21f46832f1129a3f0d1a2b9ce1b0..ecd236d971841a9679d62ac99e318bfa7f136ca4 100644
|
| --- a/talk/app/webrtc/objc/RTCPeerConnectionInterface+Internal.h
|
| +++ b/talk/app/webrtc/objc/RTCPeerConnectionInterface+Internal.h
|
| @@ -31,7 +31,9 @@
|
|
|
| @interface RTCConfiguration ()
|
|
|
| -@property(nonatomic, readonly)
|
| - webrtc::PeerConnectionInterface::RTCConfiguration nativeConfiguration;
|
| ++ (rtc::KeyType)nativeEncryptionKeyTypeForKeyType:(RTCEncryptionKeyType)keyType;
|
| +
|
| +- (webrtc::PeerConnectionInterface::RTCConfiguration *)
|
| + createNativeConfiguration;
|
|
|
| @end
|
|
|