Meeting SDK for macOS API Reference
|
Interfaces for managing polling and quiz functionalities in Zoom SDK. More...
import <Foundation/Foundation.h>
import <ZoomSDK/ZoomSDKErrors.h>
Go to the source code of this file.
Data Structures | |
class | ZoomSDKPollingItem |
Polling item interface. More... | |
class | ZoomSDKPollingAnswerItem |
Polling answer item interface. More... | |
class | ZoomSDKPollingAnswerResultItem |
Polling answer result item interface. More... | |
class | ZoomSDKPollingQuestionItem |
Polling question item interface. More... | |
protocol | <ZoomSDKPollingControllerDelegate> |
Polling controller callback event delegate. More... | |
class | ZoomSDKPollingController |
Polling controller interface. More... | |
Interfaces for managing polling and quiz functionalities in Zoom SDK.
This file defines the ZoomSDKPollingController
class and related polling data models, which allow the host or attendees to create, manage, and participate in polling or quiz during the meeting. Polling types include single choice, multiple choice, fill-in-the-blank, short answer, long answer, etc. This interface supports retrieving poll status, questions, answers, submitting answers, sharing results, and managing poll permissions.
Definition in file ZoomSDKPollingController.h.
Enumeration of polling action types.
Definition at line 79 of file ZoomSDKPollingController.h.
Enumeration of polling question types. For more information, please visit https://support.zoom.com/hc/en/article?id=zm_kb&sysparm_article=KB0057587.
Definition at line 51 of file ZoomSDKPollingController.h.
enum ZoomSDKPollingStatus |
Enumeration of polling statuses.
Definition at line 20 of file ZoomSDKPollingController.h.
enum ZoomSDKPollingType |
Enumeration of polling types.
Definition at line 36 of file ZoomSDKPollingController.h.