Meeting SDK for Linux API Reference
|
Webinar Meeting Status. Here are more detailed structural descriptions. More...
#include <meeting_webinar_interface.h>
Public Member Functions | |
tagWebinarMeetingStatus () | |
void | Reset () |
Data Fields | |
bool | allow_panellist_start_video |
bool | allow_attendee_chat |
bool | allow_emoji_reaction |
bool | allow_attendee_raise_hand |
bool | allow_attendee_view_participant_count |
Webinar Meeting Status. Here are more detailed structural descriptions.
Definition at line 101 of file meeting_webinar_interface.h.
|
inline |
Definition at line 113 of file meeting_webinar_interface.h.
References Reset().
|
inline |
Definition at line 118 of file meeting_webinar_interface.h.
References allow_attendee_chat, allow_attendee_raise_hand, allow_attendee_view_participant_count, allow_emoji_reaction, and allow_panellist_start_video.
Referenced by tagWebinarMeetingStatus().
bool tagWebinarMeetingStatus::allow_attendee_chat |
TRUE indicates that the attendee is able to chat. FALSE not.
Definition at line 106 of file meeting_webinar_interface.h.
Referenced by Reset().
bool tagWebinarMeetingStatus::allow_attendee_raise_hand |
TRUE indicates that the attendee is able to raise hand. FALSE not.
Definition at line 110 of file meeting_webinar_interface.h.
Referenced by Reset().
bool tagWebinarMeetingStatus::allow_attendee_view_participant_count |
TRUE indicates that the attendee is able to view participant count. FALSE not.
Definition at line 112 of file meeting_webinar_interface.h.
Referenced by Reset().
bool tagWebinarMeetingStatus::allow_emoji_reaction |
TRUE indicates that the attendee is able to emojireaction. FALSE not.
Definition at line 108 of file meeting_webinar_interface.h.
Referenced by Reset().
bool tagWebinarMeetingStatus::allow_panellist_start_video |
TRUE indicates that the panelist is able to turn on the video. FALSE not.
Definition at line 104 of file meeting_webinar_interface.h.
Referenced by Reset().