| Index: talk/app/webrtc/objc/public/RTCAVFoundationVideoSource.h
|
| diff --git a/talk/app/webrtc/objc/public/RTCAVFoundationVideoSource.h b/talk/app/webrtc/objc/public/RTCAVFoundationVideoSource.h
|
| index b6a686a7dc24fc8bc06c37e20e6a4d1808fc71b5..fcc8f1f2c0a256ecfab27b5d8cce4adc1019da89 100644
|
| --- a/talk/app/webrtc/objc/public/RTCAVFoundationVideoSource.h
|
| +++ b/talk/app/webrtc/objc/public/RTCAVFoundationVideoSource.h
|
| @@ -41,6 +41,8 @@
|
| - (instancetype)initWithFactory:(RTCPeerConnectionFactory*)factory
|
| constraints:(RTCMediaConstraints*)constraints;
|
|
|
| +// Returns whether rear-facing camera is available for use.
|
| +@property(nonatomic, readonly) BOOL canUseBackCamera;
|
| // Switches the camera being used (either front or back).
|
| @property(nonatomic, assign) BOOL useBackCamera;
|
| // Returns the active capture session.
|
|
|