Mac SDK
Instance Methods | List of all members
<ZoomSDKWebinarControllerDelegate> Protocol Reference
Inheritance diagram for <ZoomSDKWebinarControllerDelegate>:

Instance Methods

(void) - onSelfAllowTalkNoti
 Callback of users are allowed to talk in webinar. User needs to enable the mic in the view-only mode of webinar if he wants to talk.
 
(void) - onSelfDisallowTalkNoti
 Callback of users are disallowed to talk in webinar.
 
(void) - onPromoteAttendee2PanelistResultNoti:
 Callback to promote attendee to panelist. More...
 
(void) - onDepromotePanelist2AttendeeResultNoti:
 Callback to demote panelist to attendee. More...
 
(void) - onAllowAttendeeChatStatusChangedNoti
 Callback to enable the attendees to chat.
 
(void) - onDisAllowAttendeeChatStatusChangedNoti
 Callback to disable the attendees to chat.
 
(void) - onAllowPanelistStartVideoNoti
 Callback to enable the panelist to start the video.
 
(void) - onDisAllowPanelistStartVideoNoti
 Callback to disable the panelist to start the video.
 
(void) - onAttendeeAudioStatusNoti:canTalk:isMuted:
 Panelist will receive this callback if the attendee's audio status changed. More...
 
(ZoomSDKError) - onWebinarNeedRegisterResponse:
 During the webinar, this callback will be triggered if the user needs to register. More...
 

Method Documentation

◆ onAttendeeAudioStatusNoti:canTalk:isMuted:

- (void) onAttendeeAudioStatusNoti: (unsigned int)  userid
canTalk: (BOOL)  can_talk
isMuted: (BOOL)  is_muted 
optional

Panelist will receive this callback if the attendee's audio status changed.

Parameters
useridThe user ID of attendee whose audio status changes.
is_mutedYES means the user is muted, otherwise not.

◆ onDepromotePanelist2AttendeeResultNoti:

- (void) onDepromotePanelist2AttendeeResultNoti: (unsigned int)  result
optional

Callback to demote panelist to attendee.

Parameters
resultThe result of demotion, successful or not.

◆ onPromoteAttendee2PanelistResultNoti:

- (void) onPromoteAttendee2PanelistResultNoti: (unsigned int)  result
optional

Callback to promote attendee to panelist.

Parameters
resultThe result of promotion, successful or not.

◆ onWebinarNeedRegisterResponse:

- (ZoomSDKError) onWebinarNeedRegisterResponse: (ZoomSDKWebinarRegisterHelper *)  webinarRegisterHelper
optional

During the webinar, this callback will be triggered if the user needs to register.

Parameters
webinarRegisterHelperAn object used by user to complete all the related operations.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

The documentation for this protocol was generated from the following file: