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

Represents the chat privileges of a webinar attendee in a meeting. More...

#include <ZoomSDKMeetingActionController.h>

Inherits NSObject.

Properties

BOOL canChat
 
BOOL canChatToAllPanellistAndAttendee
 
BOOL canChatToAllPanellist
 

Detailed Description

Represents the chat privileges of a webinar attendee in a meeting.

Definition at line 167 of file ZoomSDKMeetingActionController.h.

Property Documentation

◆ canChat

- (BOOL) canChat
readnonatomicassign

YES indicates that the attendee can send message to chat.

Definition at line 171 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 179 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 175 of file ZoomSDKMeetingActionController.h.