Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
MeetingChatPrivilege Struct Reference

Meeting chat privilege. More...

#include <IMeetingChatHelper.h>

Data Fields

MeetingChatPrivilegeType type = MeetingChatPrivilegeTypeUnknown
 Meeting chat privilege type.
 
bool isChatOff = false
 TRUE indicates the chat is on.
 
bool isAttendeeChatAllowed = false
 TRUE indicates attendee chat is allowed.
 
MeetingChatPanelistPrivilegeType panelistPrivilegeType = MeetingChatPanelistPrivilegeTypeUnknown
 Meeting chat panelist privilege type.
 

Detailed Description

Meeting chat privilege.

Definition at line 113 of file IMeetingChatHelper.h.

Field Documentation

◆ isAttendeeChatAllowed

bool MeetingChatPrivilege::isAttendeeChatAllowed = false

TRUE indicates attendee chat is allowed.

Definition at line 117 of file IMeetingChatHelper.h.

◆ isChatOff

bool MeetingChatPrivilege::isChatOff = false

TRUE indicates the chat is on.

Definition at line 116 of file IMeetingChatHelper.h.

◆ panelistPrivilegeType

MeetingChatPanelistPrivilegeType MeetingChatPrivilege::panelistPrivilegeType = MeetingChatPanelistPrivilegeTypeUnknown

Meeting chat panelist privilege type.

Definition at line 118 of file IMeetingChatHelper.h.

◆ type

Meeting chat privilege type.

Definition at line 115 of file IMeetingChatHelper.h.