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

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

#include <ZoomSDKMeetingActionController.h>

Inherits NSObject.

Properties

BOOL canChat
 
BOOL canChatToAllPanellistAndAttendee
 
BOOL canChatToAllPanellist
 

Detailed Description

ZOOM SDK webinar attendee chat privilege info.

Definition at line 129 of file ZoomSDKMeetingActionController.h.

Property Documentation

◆ canChat

- (BOOL) canChat
readnonatomicassign

YES indicates that the attendee can send message to chat.

Definition at line 133 of file ZoomSDKMeetingActionController.h.

◆ canChatToAllPanellist

- (BOOL) canChatToAllPanellist
readnonatomicassign

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

Definition at line 141 of file ZoomSDKMeetingActionController.h.

◆ canChatToAllPanellistAndAttendee

- (BOOL) canChatToAllPanellistAndAttendee
readnonatomicassign

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

Definition at line 137 of file ZoomSDKMeetingActionController.h.