|
Meeting SDK for macOS API Reference
|
Controller for managing webinar-specific functions. More...
#include <ZoomSDKWebinarController.h>
Inherits NSObject.
Instance Methods | |
| (ZoomSDKError) | - PromoteAttendee2Panelist: |
| Promote the specified attendee to panelist. | |
| (ZoomSDKError) | - DepromotePanelist2Attendee: |
| Demote the specified panelist to attendee. | |
| (ZoomSDKError) | - AllowAttendeeTalk: |
| The attendee is permitted to use the audio device. | |
| (ZoomSDKError) | - DisallowAttendeeTalk: |
| Forbid the attendee to use the audio device. | |
| (ZoomSDKError) | - AllowPanelistStartVideo |
| The panelist is permitted to start the video. | |
| (ZoomSDKError) | - DisallowPanelistStartVideo |
| Forbid the panelist to start video. | |
| (ZoomSDKWebinarMeetingStatus *_Nullable) | - getZoomSDKWebinarMeetingStatus |
| Gets the webinar status. | |
| (NSArray *_Nullable) | - getAttendeeList |
| Gets the list of attendees in the meeting. | |
| (ZoomSDKError) | - setPanelistChatPrivilege: |
| Sets the panelist's chat privilege. | |
| (ZoomSDKError) | - getPanelistChatPrivilege: |
| Gets the panelist's chat privilege. | |
| (ZoomSDKError) | - setAttendeeViewMode: |
| Sets the attendee's view mode. | |
| (ZoomSDKAttendeeViewMode) | - getAttendeeViewMode |
| Gets the attendee's view mode. | |
| (ZoomSDKError) | - allowWebinarEmojiReaction |
| Permitted to use emoji reactions. | |
| (ZoomSDKError) | - disallowWebinarEmojiReaction |
| Forbid use of emoji reactions. | |
| (ZoomSDKError) | - allowAttendeeRaiseHand |
| The attendees can raise their hands. | |
| (ZoomSDKError) | - disallowAttendeeRaiseHand |
| Do not let the attendee to raise their hand. | |
| (ZoomSDKError) | - allowAttendeeViewTheParticipantCount |
| The attendee is permitted to view the participant count. | |
| (ZoomSDKError) | - disallowAttendeeViewTheParticipantCount |
| Forbid the attendee to view the participant count. | |
| (int) | - getParticipantCount |
| Gets the participant count. | |
| (NSString *) | - getWebinarRegistrationLegalNoticesPrompt |
| Gets the webinal legal notices prompt. | |
| (ZoomSDKWebinarRegistrationExplainInfo *) | - getWebinarRegistrationLegalNoticesExplained |
| Gets the webinal legal notices explained. | |
Protected Attributes | |
| id< ZoomSDKWebinarControllerDelegate > | _delegate |
| ZoomSDKWebinarMeetingStatus * | _webinarMeetingStatus |
Properties | |
| id< ZoomSDKWebinarControllerDelegate > | delegate |
| Sets the webinar controller delegate. | |
| ZoomSDKWebinarMeetingStatus * | webinarMeetingStatus |
| Gets the webinar meeting status. | |
Controller for managing webinar-specific functions.
Definition at line 194 of file ZoomSDKWebinarController.h.
| - (ZoomSDKError) allowAttendeeRaiseHand |
The attendees can raise their hands.
ZoomSDKError_Success. Otherwise, this function returns an error. References allowAttendeeRaiseHand.
Referenced by allowAttendeeRaiseHand.
| - (ZoomSDKError) AllowAttendeeTalk: | (unsigned int) | userId |
The attendee is permitted to use the audio device.
| userId | Specify the permitted user ID. |
| - (ZoomSDKError) allowAttendeeViewTheParticipantCount |
The attendee is permitted to view the participant count.
ZoomSDKError_Success. Otherwise, this function returns an error. References allowAttendeeViewTheParticipantCount.
Referenced by allowAttendeeViewTheParticipantCount.
| - (ZoomSDKError) AllowPanelistStartVideo |
The panelist is permitted to start the video.
References AllowPanelistStartVideo.
Referenced by AllowPanelistStartVideo.
| - (ZoomSDKError) allowWebinarEmojiReaction |
Permitted to use emoji reactions.
ZoomSDKError_Success. Otherwise, this function returns an error. References allowWebinarEmojiReaction.
Referenced by allowWebinarEmojiReaction.
| - (ZoomSDKError) DepromotePanelist2Attendee: | (unsigned int) | userId |
Demote the specified panelist to attendee.
| userId | The specified's ID panelist. |
| - (ZoomSDKError) disallowAttendeeRaiseHand |
Do not let the attendee to raise their hand.
ZoomSDKError_Success. Otherwise, this function returns an error. References disallowAttendeeRaiseHand.
Referenced by disallowAttendeeRaiseHand.
| - (ZoomSDKError) DisallowAttendeeTalk: | (unsigned int) | userId |
Forbid the attendee to use the audio device.
| userId | Specify the forbidden user ID. |
| - (ZoomSDKError) disallowAttendeeViewTheParticipantCount |
Forbid the attendee to view the participant count.
ZoomSDKError_Success. Otherwise, this function returns an error. References disallowAttendeeViewTheParticipantCount.
Referenced by disallowAttendeeViewTheParticipantCount.
| - (ZoomSDKError) DisallowPanelistStartVideo |
Forbid the panelist to start video.
References DisallowPanelistStartVideo.
Referenced by DisallowPanelistStartVideo.
| - (ZoomSDKError) disallowWebinarEmojiReaction |
Forbid use of emoji reactions.
ZoomSDKError_Success. Otherwise, this function returns an error. References disallowWebinarEmojiReaction.
Referenced by disallowWebinarEmojiReaction.
| - (NSArray *_Nullable) getAttendeeList |
Gets the list of attendees in the meeting.
References getAttendeeList.
Referenced by getAttendeeList.
| - (ZoomSDKAttendeeViewMode) getAttendeeViewMode |
Gets the attendee's view mode.
References getAttendeeViewMode.
Referenced by getAttendeeViewMode.
| - (ZoomSDKError) getPanelistChatPrivilege: | (ZoomSDKPanelistChatPrivilege *) | privilege |
Gets the panelist's chat privilege.
| privilege | The panelist's chat privilege. It validates only when it returns ZoomSDKError_Success. |
| - (int) getParticipantCount |
Gets the participant count.
References getParticipantCount.
Referenced by getParticipantCount.
| - (ZoomSDKWebinarRegistrationExplainInfo *) getWebinarRegistrationLegalNoticesExplained |
Gets the webinal legal notices explained.
References getWebinarRegistrationLegalNoticesExplained.
Referenced by getWebinarRegistrationLegalNoticesExplained.
| - (NSString *) getWebinarRegistrationLegalNoticesPrompt |
Gets the webinal legal notices prompt.
References getWebinarRegistrationLegalNoticesPrompt.
Referenced by getWebinarRegistrationLegalNoticesPrompt.
| - (ZoomSDKWebinarMeetingStatus *_Nullable) getZoomSDKWebinarMeetingStatus |
Gets the webinar status.
References getZoomSDKWebinarMeetingStatus.
Referenced by getZoomSDKWebinarMeetingStatus.
| - (ZoomSDKError) PromoteAttendee2Panelist: | (unsigned int) | userId |
Promote the specified attendee to panelist.
| userId | The specified's ID attendee. |
| - (ZoomSDKError) setAttendeeViewMode: | (ZoomSDKAttendeeViewMode) | mode |
Sets the attendee's view mode.
| mode | The attendee's view mode. |
| - (ZoomSDKError) setPanelistChatPrivilege: | (ZoomSDKPanelistChatPrivilege) | privilege |
Sets the panelist's chat privilege.
| privilege | The panelist's chat privilege. |
|
protected |
Definition at line 196 of file ZoomSDKWebinarController.h.
|
protected |
Definition at line 197 of file ZoomSDKWebinarController.h.
|
readwritenonatomicassign |
Sets the webinar controller delegate.
Definition at line 203 of file ZoomSDKWebinarController.h.
|
readwritenonatomicretain |
Gets the webinar meeting status.
Definition at line 207 of file ZoomSDKWebinarController.h.