Windows SDK API 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. More... | |
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. More... | |
bool | can_chat_to_all_panellist |
TRUE indicates that the user owns the authority to send message to all the panelists. More... | |
The authority to chat for the normal attendee in the webinar. Here are more detailed structural descriptions..
Definition at line 101 of file meeting_chat_interface.h.
bool tagWebinarAttendeeChatStatus::can_chat |
TRUE indicates that the attendee can send message to chat.
Definition at line 103 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 105 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 104 of file meeting_chat_interface.h.