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..a487531b1bf1be49e746c3da8094d35ebb900fe9 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; |
+- (webrtc::PeerConnectionInterface::RTCConfiguration *) |
+ createNativeConfiguration; |
+ |
++ (rtc::KeyType)nativeEncryptionKeyTypeForKeyType:(RTCEncryptionKeyType)keyType; |
tkchin_webrtc
2016/06/03 23:36:40
static methods before instance methods
hbos
2016/06/05 11:08:53
Done.
|
@end |