Meeting SDK for Linux API Reference
Loading...
Searching...
No Matches
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
 
bool can_chat_to_all_panellist_and_attendee
 
bool can_chat_to_all_panellist
 

Detailed Description

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

Definition at line 445 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 448 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 452 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 450 of file meeting_chat_interface.h.