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

Represents the chat privileges of a webinar panelist in a meeting. More...

#include <ZoomSDKMeetingActionController.h>

Inherits NSObject.

Properties

BOOL canChatToAllPanellist
 
BOOL canChatToAllPanellistAndAttendee
 
BOOL canChatToIndividual
 

Detailed Description

Represents the chat privileges of a webinar panelist in a meeting.

Definition at line 186 of file ZoomSDKMeetingActionController.h.

Property Documentation

◆ canChatToAllPanellist

- (BOOL) canChatToAllPanellist
readnonatomicassign

YES indicates that the user owns the authority to send message to all the panelists.

Definition at line 190 of file ZoomSDKMeetingActionController.h.

◆ canChatToAllPanellistAndAttendee

- (BOOL) canChatToAllPanellistAndAttendee
readnonatomicassign

YES indicates that the user owns the authority to send message to all.

Definition at line 194 of file ZoomSDKMeetingActionController.h.

◆ canChatToIndividual

- (BOOL) canChatToIndividual
readnonatomicassign

YES indicates that the user owns the authority to send message to individual attendee.

Definition at line 198 of file ZoomSDKMeetingActionController.h.