| Index: webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h
|
| diff --git a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h
|
| index b6a13c1bb034411e9822f41cf80aae16f8d3d856..f057735069c1be6dcb42db13b3db0dea6c518cb4 100644
|
| --- a/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h
|
| +++ b/webrtc/sdk/objc/Framework/Headers/WebRTC/RTCPeerConnectionFactory.h
|
| @@ -14,7 +14,6 @@
|
|
|
| NS_ASSUME_NONNULL_BEGIN
|
|
|
| -@class RTCAVFoundationVideoSource;
|
| @class RTCAudioSource;
|
| @class RTCAudioTrack;
|
| @class RTCConfiguration;
|
| @@ -50,10 +49,6 @@ RTC_EXPORT
|
| - (RTCAudioTrack *)audioTrackWithSource:(RTCAudioSource *)source
|
| trackId:(NSString *)trackId;
|
|
|
| -/** Initialize an RTCAVFoundationVideoSource with constraints. */
|
| -- (RTCAVFoundationVideoSource *)avFoundationVideoSourceWithConstraints:
|
| - (nullable RTCMediaConstraints *)constraints;
|
| -
|
| /** Initialize a generic RTCVideoSource. The RTCVideoSource should be passed to a RTCVideoCapturer
|
| * implementation, e.g. RTCCameraVideoCapturer, in order to produce frames.
|
| */
|
|
|