| Index: webrtc/api/objc/RTCAVFoundationVideoSource.h
|
| diff --git a/webrtc/api/objc/RTCAVFoundationVideoSource.h b/webrtc/api/objc/RTCAVFoundationVideoSource.h
|
| index 1fa19c5d38bf532fe081b899031f0f202c9f71f1..e3404441ccb90f64ce641045784f8f1bfa12a3d3 100644
|
| --- a/webrtc/api/objc/RTCAVFoundationVideoSource.h
|
| +++ b/webrtc/api/objc/RTCAVFoundationVideoSource.h
|
| @@ -26,7 +26,7 @@ NS_ASSUME_NONNULL_BEGIN
|
| @interface RTCAVFoundationVideoSource : RTCVideoSource
|
|
|
| - (instancetype)initWithFactory:(RTCPeerConnectionFactory *)factory
|
| - constraints:(RTCMediaConstraints *)constraints;
|
| + constraints:(nullable RTCMediaConstraints *)constraints;
|
|
|
| /** Switches the camera being used (either front or back). */
|
| @property(nonatomic, assign) BOOL useBackCamera;
|
|
|