SBSDKUICameraConfiguration
@interface SBSDKUICameraConfiguration : NSObject
Configuration for the camera of all RTU-UI components.
-
The camera to be used. Defaults to the back-facing wide angle camera.
Declaration
Objective-C
@property (nonatomic, strong, nonnull) SBSDKCameraDevice *camera;
Swift
var camera: SBSDKCameraDevice { get set }