Zoom Rooms Controller SDK Reference 6.7.0
Loading...
Searching...
No Matches
CameraControlStatus Struct Reference

Camera control status. More...

#include <ZRCSDKTypes.h>

Data Fields

bool canIRequestControl = false
 Indicates whether can be requested camera control.
 
bool amIControlling = false
 Indicates whether am I controlling.
 
bool canSwitchCamera = false
 Indicates whether can switch camera.
 
bool canMoveCamera = false
 Indicates whether can move camera position.
 
bool canZoomCamera = false
 Indicates whether can zoom in or zoom out camera.
 

Detailed Description

Camera control status.

Definition at line 1000 of file ZRCSDKTypes.h.

Field Documentation

◆ amIControlling

bool CameraControlStatus::amIControlling = false

Indicates whether am I controlling.

Definition at line 1003 of file ZRCSDKTypes.h.

◆ canIRequestControl

bool CameraControlStatus::canIRequestControl = false

Indicates whether can be requested camera control.

Definition at line 1002 of file ZRCSDKTypes.h.

◆ canMoveCamera

bool CameraControlStatus::canMoveCamera = false

Indicates whether can move camera position.

Definition at line 1005 of file ZRCSDKTypes.h.

◆ canSwitchCamera

bool CameraControlStatus::canSwitchCamera = false

Indicates whether can switch camera.

Definition at line 1004 of file ZRCSDKTypes.h.

◆ canZoomCamera

bool CameraControlStatus::canZoomCamera = false

Indicates whether can zoom in or zoom out camera.

Definition at line 1006 of file ZRCSDKTypes.h.