|
Meeting SDK for macOS API 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 |
Represents the chat privileges of a webinar panelist in a meeting.
Definition at line 187 of file ZoomSDKMeetingActionController.h.
|
readnonatomicassign |
YES indicates that the user owns the authority to send message to all the panelists.
Definition at line 191 of file ZoomSDKMeetingActionController.h.
|
readnonatomicassign |
YES indicates that the user owns the authority to send message to all.
Definition at line 195 of file ZoomSDKMeetingActionController.h.
|
readnonatomicassign |
YES indicates that the user owns the authority to send message to individual attendee.
Definition at line 199 of file ZoomSDKMeetingActionController.h.