Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
tagWebinarAttendeeChatStatus Struct Reference

The authority to chat for the normal attendee in the webinar. Here are more detailed structural descriptions.. More...

#include <meeting_chat_interface.h>

Data Fields

bool can_chat
 TRUE indicates that the attendee can send message to chat.
 
bool can_chat_to_all_panellist_and_attendee
 TRUE indicates that the user owns the authority to send message to all the panelists and attendees.
 
bool can_chat_to_all_panellist
 TRUE indicates that the user owns the authority to send message to all the panelists.
 

Detailed Description

The authority to chat for the normal attendee in the webinar. Here are more detailed structural descriptions..

Definition at line 328 of file meeting_chat_interface.h.

Field Documentation

◆ can_chat

bool tagWebinarAttendeeChatStatus::can_chat

TRUE indicates that the attendee can send message to chat.

Definition at line 330 of file meeting_chat_interface.h.

◆ can_chat_to_all_panellist

bool tagWebinarAttendeeChatStatus::can_chat_to_all_panellist

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

Definition at line 332 of file meeting_chat_interface.h.

◆ can_chat_to_all_panellist_and_attendee

bool tagWebinarAttendeeChatStatus::can_chat_to_all_panellist_and_attendee

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

Definition at line 331 of file meeting_chat_interface.h.