Meeting SDK for macOS API Reference
Loading...
Searching...
No Matches
ZoomSDKChatStatus Class Reference

ZOOM SDK chat privilege info. More...

#include <ZoomSDKMeetingActionController.h>

Inherits NSObject.

Instance Methods

(ZoomSDKNormalMeetingChatPrivilege *) - getNormalMeetingPrivilege
 Get the chat privilege of the meeting participant.
 
(ZoomSDKWebinarAttendeeChatPrivilege *) - getWebinarAttendeePrivilege
 Get the chat privilege of the webinar attendee.
 
(ZoomSDKWebinarPanelistChatPrivilege *) - getWebinarPanelistPrivilege
 Get the chat privilege of the webinar panelist.
 
(BOOL) - isSupportChat
 current meeting support chat.
 
(BOOL) - isWebinarAttendee
 current role is a webinar attendee.
 
(BOOL) - isWebinarMeeting
 current meeting is a webinar meeting.
 

Detailed Description

ZOOM SDK chat privilege info.

Definition at line 165 of file ZoomSDKMeetingActionController.h.

Method Documentation

◆ getNormalMeetingPrivilege

- (ZoomSDKNormalMeetingChatPrivilege *) getNormalMeetingPrivilege

Get the chat privilege of the meeting participant.

Returns
return the chat privilege of the meeting participant. see ZoomSDKNormalMeetingChatPrivilege.

◆ getWebinarAttendeePrivilege

- (ZoomSDKWebinarAttendeeChatPrivilege *) getWebinarAttendeePrivilege

Get the chat privilege of the webinar attendee.

Returns
return the chat privilege of the webinar attendee, see ZoomSDKNormalMeetingChatPrivilege.

◆ getWebinarPanelistPrivilege

- (ZoomSDKWebinarPanelistChatPrivilege *) getWebinarPanelistPrivilege

Get the chat privilege of the webinar panelist.

Returns
return The chat privilege of the webinar panelist. see ZoomSDKWebinarPanelistChatPrivilege.

◆ isSupportChat

- (BOOL) isSupportChat

current meeting support chat.

Returns
If return YES means current meeting support chat feature, otherwise not.

◆ isWebinarAttendee

- (BOOL) isWebinarAttendee

current role is a webinar attendee.

Returns
If return YES means current role is a webinar attendee, otherwise not.

◆ isWebinarMeeting

- (BOOL) isWebinarMeeting

current meeting is a webinar meeting.

Returns
If return YES means current meeting is a webinar meeting, otherwise not.