Mac SDK
Instance Methods | Protected Attributes | Properties | List of all members
ZoomSDKWebinarController Class Reference

Webinar controller interface. More...

#import <ZoomSDKWebinarController.h>

Inheritance diagram for ZoomSDKWebinarController:

Instance Methods

(ZoomSDKError) - PromoteAttendee2Panelist:
 Promote the specified attendee to panelist. More...
 
(ZoomSDKError) - DepromotePanelist2Attendee:
 Demote the specified panelist to attendee. More...
 
(ZoomSDKError) - AllowAttendeeTalk:
 The attendee is permitted to use the audio device. More...
 
(ZoomSDKError) - DisallowAttendeeTalk:
 Forbid the attendee to use the audio device. More...
 
(ZoomSDKError) - AllowPanelistStartVideo
 The panelist is permitted to start the video. More...
 
(ZoomSDKError) - DisallowPanelistStartVideo
 Forbid the panelist to start video. More...
 
(4.1, 5.0) - NS_DEPRECATED_MAC
 The attendees are permitted to chat. More...
 
(ZoomSDKError) - allowAttendeeChat:
 
(ZoomSDKError) - DisallowAttendeeChat
 Forbid the attendees to chat. More...
 
(ZoomSDKWebinarMeetingStatus *) - getZoomSDKWebinarMeetingStatus
 Get the webinar status. More...
 
(NSArray *) - getAttendeeList
 Get the list of attendees in the meeting. More...
 

Protected Attributes

id< ZoomSDKWebinarControllerDelegate_delegate
 
ZoomSDKWebinarMeetingStatus_webinarMeetingStatus
 

Properties

id< ZoomSDKWebinarControllerDelegatedelegate
 
ZoomSDKWebinarMeetingStatuswebinarMeetingStatus
 

Detailed Description

Webinar controller interface.

Method Documentation

◆ AllowAttendeeTalk:

- (ZoomSDKError) AllowAttendeeTalk: (unsigned int)  userId

The attendee is permitted to use the audio device.

Parameters
userIdSpecify the permitted user ID.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ AllowPanelistStartVideo

- (ZoomSDKError) AllowPanelistStartVideo

The panelist is permitted to start the video.

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
userIdThe ID of the specified panelist.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ DisallowAttendeeChat

- (ZoomSDKError) DisallowAttendeeChat

Forbid the attendees to chat.

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
userIdSpecify the forbidden user ID.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ DisallowPanelistStartVideo

- (ZoomSDKError) DisallowPanelistStartVideo

Forbid the panelist to start video.

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.

◆ getZoomSDKWebinarMeetingStatus

- (ZoomSDKWebinarMeetingStatus*) getZoomSDKWebinarMeetingStatus

Get the webinar status.

Returns
If the function succeeds, it will return an object of ZoomSDKWebinarMeetingStatus.

◆ NS_DEPRECATED_MAC

- (4.1, 5.0) NS_DEPRECATED_MAC

The attendees are permitted to chat.

Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

◆ PromoteAttendee2Panelist:

- (ZoomSDKError) PromoteAttendee2Panelist: (unsigned int)  userId

Promote the specified attendee to panelist.

Parameters
userIdThe ID of the specified attendee.
Returns
If the function succeeds, it will return ZoomSDKError_Success. Otherwise failed.

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