Meeting SDK for macOS API Reference
|
Represents the chat privileges of a participant in a normal meeting. More...
#include <ZoomSDKMeetingActionController.h>
Inherits NSObject.
Properties | |
BOOL | canChat |
BOOL | canChatToAll |
BOOL | canChatToIndividual |
BOOL | isOnlyCanChatToHost |
Represents the chat privileges of a participant in a normal meeting.
Definition at line 144 of file ZoomSDKMeetingActionController.h.
|
readnonatomicassign |
YES indicates that the user owns the authority to send message to chat.
Definition at line 148 of file ZoomSDKMeetingActionController.h.
|
readnonatomicassign |
YES indicates that the user owns the authority to send message to all.
Definition at line 152 of file ZoomSDKMeetingActionController.h.
|
readnonatomicassign |
YES indicates that the user owns the authority to send message to an individual attendee in the meeting.
Definition at line 156 of file ZoomSDKMeetingActionController.h.
|
readnonatomicassign |
YES indicates that the user owns the authority to send message only to the host.
Definition at line 160 of file ZoomSDKMeetingActionController.h.