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

ZOOM SDK webinar panelist chat privilege info. More...

#import <ZoomSDKMeetingActionController.h>

Inherits NSObject.

Properties

BOOL canChatToAllPanellist
 
BOOL canChatToAllPanellistAndAttendee
 
BOOL canChatToIndividual
 

Detailed Description

ZOOM SDK webinar panelist chat privilege info.

Definition at line 121 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 125 of file ZoomSDKMeetingActionController.h.

◆ canChatToAllPanellistAndAttendee

- (BOOL) canChatToAllPanellistAndAttendee
readnonatomicassign

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

Definition at line 129 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 133 of file ZoomSDKMeetingActionController.h.