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

Polling display on ZR screen info. Used to sync status between multi ZRC and ZR display. More...

#include <IMeetingPollingHelper.h>

Data Fields

bool isShowOnZROption = false
 TRUE indicates polling is showing on ZR.
 
bool isShowOnInChargeZRC = false
 TRUE indicates polling is showing on in charge ZRC.
 
PollingDisplayType type = PollingDisplayTypeInvalid
 Display on ZR screen type, see PollingDisplayType enum.
 
std::string pollingID
 Polling ID.
 
std::string questionID
 Question ID.
 
int32_t questionIndex = -1
 Question index.
 

Detailed Description

Polling display on ZR screen info. Used to sync status between multi ZRC and ZR display.

Definition at line 181 of file IMeetingPollingHelper.h.

Field Documentation

◆ isShowOnInChargeZRC

bool PollingDisplayOnZRInfo::isShowOnInChargeZRC = false

TRUE indicates polling is showing on in charge ZRC.

Definition at line 184 of file IMeetingPollingHelper.h.

◆ isShowOnZROption

bool PollingDisplayOnZRInfo::isShowOnZROption = false

TRUE indicates polling is showing on ZR.

Definition at line 183 of file IMeetingPollingHelper.h.

◆ pollingID

std::string PollingDisplayOnZRInfo::pollingID

Polling ID.

Definition at line 186 of file IMeetingPollingHelper.h.

◆ questionID

std::string PollingDisplayOnZRInfo::questionID

Question ID.

Definition at line 187 of file IMeetingPollingHelper.h.

◆ questionIndex

int32_t PollingDisplayOnZRInfo::questionIndex = -1

Question index.

Definition at line 188 of file IMeetingPollingHelper.h.

◆ type

PollingDisplayType PollingDisplayOnZRInfo::type = PollingDisplayTypeInvalid

Display on ZR screen type, see PollingDisplayType enum.

Definition at line 185 of file IMeetingPollingHelper.h.