Zoom Rooms Controller SDK Reference 6.5.0
|
Meeting Polling interfaces. More...
#include "ZRCSDKTypes.h"
Go to the source code of this file.
Data Structures | |
struct | PollingOption |
Polling option. More... | |
struct | PollingAnswer |
Polling answer. More... | |
struct | PollingQuestionInfo |
Polling question info. More... | |
struct | PollingInfo |
Polling info. More... | |
struct | PollingUserAction |
Polling user action info. More... | |
struct | PollingDisplayOnZRInfo |
Polling display on ZR screen info. Used to sync status between multi ZRC and ZR display. More... | |
struct | PollingBasicInfo |
Polling basic info. More... | |
class | IMeetingPollingHelperSink |
Meeting Polling helper event callback. More... | |
class | IMeetingPollingHelper |
Meeting Polling helper interface. More... | |
Meeting Polling interfaces.
Definition in file IMeetingPollingHelper.h.
enum PollingActionType |
Polling action type Here are more detailed structural descriptions.
Definition at line 71 of file IMeetingPollingHelper.h.
enum PollingDisplayType |
Polling display type Here are more detailed structural descriptions.
Definition at line 87 of file IMeetingPollingHelper.h.
enum PollingOptionType |
Polling option type Here are more detailed structural descriptions.
Definition at line 99 of file IMeetingPollingHelper.h.
enum PollingQuestionType |
Polling question type Here are more detailed structural descriptions.
Definition at line 53 of file IMeetingPollingHelper.h.
enum PollingRoleType |
Polling role type. Polling session role type is different from meeting's host/cohost or webinar's panelist or attendee. Here are more detailed structural descriptions.
Definition at line 29 of file IMeetingPollingHelper.h.
enum PollingStatus |
Polling status Here are more detailed structural descriptions.
Enumerator | |
---|---|
PollingStatusNotStart | Polling not started. |
PollingStatusOpen | Polling opened. |
PollingStatusClosed | Polling closed. |
PollingStatusShareResult | Polling is sharing result. |
Definition at line 17 of file IMeetingPollingHelper.h.
enum PollingType |
Polling type. Here are more detailed structural descriptions.
Enumerator | |
---|---|
PollingTypeUnknown | Invalid. |
PollingTypeBasic | Basic polling. |
PollingTypeAdvanced | Advanced polling. |
PollingTypeQuiz | Quiz. |
Definition at line 41 of file IMeetingPollingHelper.h.