Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
FarEndCameraControlInfo Struct Reference

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.
 

Detailed Description

Far end camera control info.

Definition at line 34 of file ICameraControlHelper.h.

Field Documentation

◆ cameraControlStatus

CameraControlStatus FarEndCameraControlInfo::cameraControlStatus

Far end camera control status.

Definition at line 40 of file ICameraControlHelper.h.

◆ cameraControlType

CameraControlType FarEndCameraControlInfo::cameraControlType = CameraControlTypeStart

Far end camera control type, see CameraControlType enum.

Definition at line 36 of file ICameraControlHelper.h.

◆ remoteResponse

bool FarEndCameraControlInfo::remoteResponse = false

Far end camera control response, TRUE indicates remote accepted. Otherwise not.

Definition at line 39 of file ICameraControlHelper.h.

◆ userDisplayName

std::string FarEndCameraControlInfo::userDisplayName

Far end camera control user display name.

Definition at line 38 of file ICameraControlHelper.h.

◆ userID

int32_t FarEndCameraControlInfo::userID = 0

Far end camera control user ID.

Definition at line 37 of file ICameraControlHelper.h.