Index: webrtc/api/objc/RTCPeerConnection.h |
diff --git a/webrtc/api/objc/RTCPeerConnection.h b/webrtc/api/objc/RTCPeerConnection.h |
index 2c5c19e00f40336829342583e9c1cdbb975e8a3a..e0f9b78e8ebb0ac1b41234e8501595ffe1f201cd 100644 |
--- a/webrtc/api/objc/RTCPeerConnection.h |
+++ b/webrtc/api/objc/RTCPeerConnection.h |
@@ -117,19 +117,6 @@ typedef NS_ENUM(NSInteger, RTCStatsOutputLevel) { |
- (instancetype)init NS_UNAVAILABLE; |
-/** Initialize an RTCPeerConnection with a configuration, constraints, and |
- * delegate. |
- */ |
-- (instancetype)initWithFactory: |
- (RTCPeerConnectionFactory *)factory |
- configuration: |
- (RTCConfiguration *)configuration |
- constraints: |
- (RTCMediaConstraints *)constraints |
- delegate: |
- (nullable id<RTCPeerConnectionDelegate>)delegate |
- NS_DESIGNATED_INITIALIZER; |
- |
/** Sets the PeerConnection's global configuration to |configuration|. |
* Any changes to STUN/TURN servers or ICE candidate policy will affect the |
* next gathering phase, and cause the next call to createOffer to generate |