Index: webrtc/api/objc/RTCPeerConnectionFactory.h |
diff --git a/webrtc/api/objc/RTCPeerConnectionFactory.h b/webrtc/api/objc/RTCPeerConnectionFactory.h |
index 8897c999e0a984173845fc39b5eef314fd4e8df5..f98a551846b01e24b1dce065842f6d8121df9110 100644 |
--- a/webrtc/api/objc/RTCPeerConnectionFactory.h |
+++ b/webrtc/api/objc/RTCPeerConnectionFactory.h |
@@ -12,9 +12,7 @@ |
NS_ASSUME_NONNULL_BEGIN |
-#if defined(WEBRTC_IOS) |
@class RTCAVFoundationVideoSource; |
-#endif |
@class RTCAudioTrack; |
@class RTCConfiguration; |
@class RTCMediaConstraints; |
@@ -28,11 +26,9 @@ NS_ASSUME_NONNULL_BEGIN |
- (instancetype)init NS_DESIGNATED_INITIALIZER; |
-#if defined(WEBRTC_IOS) |
/** Initialize an RTCAVFoundationVideoSource with constraints. */ |
- (RTCAVFoundationVideoSource *)avFoundationVideoSourceWithConstraints: |
(nullable RTCMediaConstraints *)constraints; |
-#endif |
/** Initialize an RTCAudioTrack with an id. */ |
- (RTCAudioTrack *)audioTrackWithTrackId:(NSString *)trackId; |