Zoom Rooms Controller SDK Reference 6.5.0
|
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. | |
Polling display on ZR screen info. Used to sync status between multi ZRC and ZR display.
Definition at line 181 of file IMeetingPollingHelper.h.
bool PollingDisplayOnZRInfo::isShowOnInChargeZRC = false |
TRUE indicates polling is showing on in charge ZRC.
Definition at line 184 of file IMeetingPollingHelper.h.
bool PollingDisplayOnZRInfo::isShowOnZROption = false |
TRUE indicates polling is showing on ZR.
Definition at line 183 of file IMeetingPollingHelper.h.
std::string PollingDisplayOnZRInfo::pollingID |
Polling ID.
Definition at line 186 of file IMeetingPollingHelper.h.
std::string PollingDisplayOnZRInfo::questionID |
Question ID.
Definition at line 187 of file IMeetingPollingHelper.h.
int32_t PollingDisplayOnZRInfo::questionIndex = -1 |
Question index.
Definition at line 188 of file IMeetingPollingHelper.h.
PollingDisplayType PollingDisplayOnZRInfo::type = PollingDisplayTypeInvalid |
Display on ZR screen type, see PollingDisplayType enum.
Definition at line 185 of file IMeetingPollingHelper.h.