Zoom Rooms Controller SDK Reference 6.5.0
|
Polling basic info. More...
#include <IMeetingPollingHelper.h>
Data Fields | |
PollingRoleType | roleType = PollingRoleTypeUnknown |
My role type in this polling, see PollingRoleType enum. | |
bool | isPollingButtonVisible = false |
PollingRoleTypeHost check this show polling button. | |
bool | isPollSessionInactive = false |
TRUE indicates polling session inactive. | |
bool | isInChargeDevice = false |
TRUE indicates current is the incharge device of polling. | |
PollingInfo | detailPolling |
Current detail polling info. | |
std::vector< PollingInfo > | pollings |
Pollings' basic info. | |
bool | isShowOnZrOption = false |
TRUE indicates polling is showing on ZR. | |
bool | isInRandomOrder = false |
TRUE indicates show polling questions in random order. | |
bool | isShowCorrectAnswerToAll = false |
TRUE indicates show polling correct answer to all. | |
bool | isAllowPanelistVote = false |
TRUE indicates allow panelist to vote. | |
bool | isShowQuestionOneByOne = false |
TRUE indicates show polling questions one by one. | |
bool | isShowPollOverlay = false |
TRUE indicates show polling overlay. | |
Polling basic info.
Definition at line 193 of file IMeetingPollingHelper.h.
PollingInfo PollingBasicInfo::detailPolling |
Current detail polling info.
Definition at line 199 of file IMeetingPollingHelper.h.
bool PollingBasicInfo::isAllowPanelistVote = false |
TRUE indicates allow panelist to vote.
Definition at line 204 of file IMeetingPollingHelper.h.
bool PollingBasicInfo::isInChargeDevice = false |
TRUE indicates current is the incharge device of polling.
Definition at line 198 of file IMeetingPollingHelper.h.
bool PollingBasicInfo::isInRandomOrder = false |
TRUE indicates show polling questions in random order.
Definition at line 202 of file IMeetingPollingHelper.h.
bool PollingBasicInfo::isPollingButtonVisible = false |
PollingRoleTypeHost check this show polling button.
Definition at line 196 of file IMeetingPollingHelper.h.
bool PollingBasicInfo::isPollSessionInactive = false |
TRUE indicates polling session inactive.
Definition at line 197 of file IMeetingPollingHelper.h.
bool PollingBasicInfo::isShowCorrectAnswerToAll = false |
TRUE indicates show polling correct answer to all.
Definition at line 203 of file IMeetingPollingHelper.h.
bool PollingBasicInfo::isShowOnZrOption = false |
TRUE indicates polling is showing on ZR.
Definition at line 201 of file IMeetingPollingHelper.h.
bool PollingBasicInfo::isShowPollOverlay = false |
TRUE indicates show polling overlay.
Definition at line 206 of file IMeetingPollingHelper.h.
bool PollingBasicInfo::isShowQuestionOneByOne = false |
TRUE indicates show polling questions one by one.
Definition at line 205 of file IMeetingPollingHelper.h.
std::vector<PollingInfo> PollingBasicInfo::pollings |
Pollings' basic info.
Definition at line 200 of file IMeetingPollingHelper.h.
PollingRoleType PollingBasicInfo::roleType = PollingRoleTypeUnknown |
My role type in this polling, see PollingRoleType enum.
Definition at line 195 of file IMeetingPollingHelper.h.