Zoom Rooms Controller SDK Reference 6.5.0
|
Far end camera control info. More...
#include <ICameraControlHelper.h>
Data Fields | |
CameraControlType | cameraControlType = CameraControlTypeStart |
Far end camera control type, see CameraControlType enum. | |
int32_t | userID = 0 |
Far end camera control user ID. | |
std::string | userDisplayName |
Far end camera control user display name. | |
bool | remoteResponse = false |
Far end camera control response, TRUE indicates remote accepted. Otherwise not. | |
CameraControlStatus | cameraControlStatus |
Far end camera control status. | |
Far end camera control info.
Definition at line 34 of file ICameraControlHelper.h.
CameraControlStatus FarEndCameraControlInfo::cameraControlStatus |
Far end camera control status.
Definition at line 40 of file ICameraControlHelper.h.
CameraControlType FarEndCameraControlInfo::cameraControlType = CameraControlTypeStart |
Far end camera control type, see CameraControlType enum.
Definition at line 36 of file ICameraControlHelper.h.
bool FarEndCameraControlInfo::remoteResponse = false |
Far end camera control response, TRUE indicates remote accepted. Otherwise not.
Definition at line 39 of file ICameraControlHelper.h.
std::string FarEndCameraControlInfo::userDisplayName |
Far end camera control user display name.
Definition at line 38 of file ICameraControlHelper.h.
int32_t FarEndCameraControlInfo::userID = 0 |
Far end camera control user ID.
Definition at line 37 of file ICameraControlHelper.h.