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. | |
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.
bool tagWebinarAttendeeChatStatus::can_chat |
TRUE indicates that the attendee can send message to chat.
Definition at line 330 of file meeting_chat_interface.h.
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.
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.