Webinar controller interface.
More...
#import <ZoomSDKWebinarController.h>
Inherits NSObject.
Webinar controller interface.
Definition at line 152 of file ZoomSDKWebinarController.h.
◆ allowAttendeeChat:
The attendees are permitted to chat.
- Parameters
-
priviledge | Specify the chat priviledge type. |
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ allowAttendeeRaiseHand
The attendees can raise their hands.
- Note
- If the function succeeds, the user receives the '- (void)onAllowAttendeeRaiseHandStatusChanged:(BOOL)isAllowed' callback event. Available only for the host.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ 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.
- Note
- If the function succeeds, the user receives the '- (void)onAllowAttendeeViewTheParticipantCountStatusChanged:(BOOL)isAllowed' callback event. Available only for the host.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ 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.
- Note
- If the function succeeds, the user receives the '- (void)onAllowWebinarReactionStatusChanged:(BOOL)isAllowed' callback event. Available only for the host.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ 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.
◆ DisallowAttendeeChat
Forbid the attendees to chat.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ disallowAttendeeRaiseHand
Do not let the attendee to raise their hand.
- Note
- If the function succeeds, the user receives the '- (void)onAllowAttendeeRaiseHandStatusChanged:(BOOL)isAllowed' callback event. Available only for the host.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ 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.
- Note
- If the function succeeds, the user receives the '- (void)onAllowAttendeeViewTheParticipantCountStatusChanged:(BOOL)isAllowed' callback event. Available only for the host.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ 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.
- Note
- If the function succeeds, the user receives the '- (void)onAllowWebinarReactionStatusChanged:(BOOL)isAllowed' callback event. Available only for the host.
- Returns
- If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.
◆ getAttendeeList
- (NSArray *) 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.
◆ 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