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

ZOOM SDK normal meeting chat privilege info. More...

#include <ZoomSDKMeetingActionController.h>

Inherits NSObject.

Properties

BOOL canChat
 
BOOL canChatToAll
 
BOOL canChatToIndividual
 
BOOL isOnlyCanChatToHost
 

Detailed Description

ZOOM SDK normal meeting chat privilege info.

Definition at line 107 of file ZoomSDKMeetingActionController.h.

Property Documentation

◆ canChat

- (BOOL) canChat
readnonatomicassign

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

Definition at line 111 of file ZoomSDKMeetingActionController.h.

◆ canChatToAll

- (BOOL) canChatToAll
readnonatomicassign

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

Definition at line 115 of file ZoomSDKMeetingActionController.h.

◆ canChatToIndividual

- (BOOL) canChatToIndividual
readnonatomicassign

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

Definition at line 119 of file ZoomSDKMeetingActionController.h.

◆ isOnlyCanChatToHost

- (BOOL) isOnlyCanChatToHost
readnonatomicassign

YES indicates that the user owns the authority to send message only to the host.

Definition at line 123 of file ZoomSDKMeetingActionController.h.