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

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

#import <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 81 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 85 of file ZoomSDKMeetingActionController.h.

◆ canChatToAll

- (BOOL) canChatToAll
readnonatomicassign

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

Definition at line 89 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 93 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 97 of file ZoomSDKMeetingActionController.h.