Webinar controller interface.
More...
#include <ZoomSDKWebinarController.h>
Inherits NSObject.
Webinar controller interface.
Definition at line 169 of file ZoomSDKWebinarController.h.
◆ allowAttendeeRaiseHand
The attendees can raise their hands.
- Returns
- If the function succeeds, it will return the
ZoomSDKError_Success
, otherwise failed.
- Note
- If the function succeeds, the user receives the '- (void)onAllowAttendeeRaiseHandStatusChanged:(BOOL)isAllowed' callback event. Available only for the host.
◆ AllowAttendeeTalk:
The attendee is permitted to use the audio device.
- Parameters
-
userId | Specify the permitted user ID. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ allowAttendeeViewTheParticipantCount
The attendee is permitted to view the participant count.
- Returns
- If the function succeeds, it will return the
ZoomSDKError_Success
, otherwise failed.
- Note
- If the function succeeds, the user receives the '- (void)onAllowAttendeeViewTheParticipantCountStatusChanged:(BOOL)isAllowed' callback event. Available only for the host.
◆ AllowPanelistStartVideo
The panelist is permitted to start the video.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ allowWebinarEmojiReaction
Permitted to use emoji reactions.
- Returns
- If the function succeeds, it will return the
ZoomSDKError_Success
, otherwise failed.
- Note
- If the function succeeds, the user receives the '- (void)onAllowWebinarReactionStatusChanged:(BOOL)isAllowed' callback event. Available only for the host.
◆ DepromotePanelist2Attendee:
- (ZoomSDKError) DepromotePanelist2Attendee: |
|
(unsigned int) | userId |
|
Demote the specified panelist to attendee.
- Parameters
-
userId | The ID of the specified panelist. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ disallowAttendeeRaiseHand
Do not let the attendee to raise their hand.
- Returns
- If the function succeeds, it will return the
ZoomSDKError_Success
, otherwise failed.
- Note
- If the function succeeds, the user receives the '- (void)onAllowAttendeeRaiseHandStatusChanged:(BOOL)isAllowed' callback event. Available only for the host.
◆ DisallowAttendeeTalk:
- (ZoomSDKError) DisallowAttendeeTalk: |
|
(unsigned int) | userId |
|
Forbid the attendee to use the audio device.
- Parameters
-
userId | Specify the forbidden user ID. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ disallowAttendeeViewTheParticipantCount
Forbid the attendee to view the participant count.
- Returns
- If the function succeeds, it will return the
ZoomSDKError_Success
, otherwise failed.
- Note
- If the function succeeds, the user receives the '- (void)onAllowAttendeeViewTheParticipantCountStatusChanged:(BOOL)isAllowed' callback event. Available only for the host.
◆ DisallowPanelistStartVideo
Forbid the panelist to start video.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ disallowWebinarEmojiReaction
Forbid use of emoji reactions.
- Returns
- If the function succeeds, it will return the
ZoomSDKError_Success
, otherwise failed.
- Note
- If the function succeeds, the user receives the '- (void)onAllowWebinarReactionStatusChanged:(BOOL)isAllowed' callback event. Available only for the host.
◆ getAttendeeList
- (NSArray *_Nullable) getAttendeeList |
|
|
|
Get the list of attendees in the meeting.
- Returns
- If the function succeeds, it will return an NSArray of attendees.
◆ getAttendeeViewMode
Get the view mode of the attendee.
- Returns
- If the function succeeds, it will return the attendee's view mode. For more details, see ZoomSDKAttendeeViewMode.
◆ getPanelistChatPrivilege:
Get the chat privilege of the panelist.
- Parameters
-
privilege | The chat privilege of the panelist. It validates only when the return value is ZoomSDKError_Success. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ getParticipantCount
- (int) getParticipantCount |
|
|
|
Get the participant count.
- Returns
- The participant count of.
◆ getWebinarRegistrationLegalNoticesExplained
Get the webinal legal notices explained.
- Returns
- If the function succeeds, it will return the webinal legal notices explained. Otherwise nil.
◆ getWebinarRegistrationLegalNoticesPrompt
- (NSString *) getWebinarRegistrationLegalNoticesPrompt |
|
|
|
Get the webinal legal notices prompt.
- Returns
- If the function succeeds, it will return the webinal legal notices prompt. Otherwise nil.
◆ getZoomSDKWebinarMeetingStatus
◆ PromoteAttendee2Panelist:
- (ZoomSDKError) PromoteAttendee2Panelist: |
|
(unsigned int) | userId |
|
Promote the specified attendee to panelist.
- Parameters
-
userId | The ID of the specified attendee. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ setAttendeeViewMode:
Set the view mode of the attendee.
- Parameters
-
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise the function returns an error.
◆ setPanelistChatPrivilege:
Set the chat privilege of the panelist.
- Parameters
-
privilege | The chat privilege of the panelist. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ _delegate
◆ _webinarMeetingStatus
◆ delegate
◆ webinarMeetingStatus