Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
tagWebinarMeetingStatus Struct 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
 TRUE indicates that the panelist is able to turn on the video. FALSE not.
 
bool allow_attendee_chat
 TRUE indicates that the attendee is able to chat. FALSE not.
 
bool allow_emoji_reaction
 TRUE indicates that the attendee is able to emojireaction. FALSE not.
 
bool allow_attendee_raise_hand
 TRUE indicates that the attendee is able to raise hand. FALSE not.
 
bool allow_attendee_view_participant_count
 TRUE indicates that the attendee is able to view participant count. FALSE not.
 

Detailed Description

Webinar Meeting Status. Here are more detailed structural descriptions.

Definition at line 73 of file meeting_webinar_interface.h.

Constructor & Destructor Documentation

◆ tagWebinarMeetingStatus()

tagWebinarMeetingStatus::tagWebinarMeetingStatus ( )
inline

Definition at line 80 of file meeting_webinar_interface.h.

References Reset().

Member Function Documentation

◆ Reset()

void tagWebinarMeetingStatus::Reset ( )
inline

Definition at line 85 of file meeting_webinar_interface.h.

86 {
88 allow_attendee_chat = false;
92 }
bool allow_emoji_reaction
TRUE indicates that the attendee is able to emojireaction. FALSE not.
bool allow_attendee_raise_hand
TRUE indicates that the attendee is able to raise hand. FALSE not.
bool allow_attendee_view_participant_count
TRUE indicates that the attendee is able to view participant count. FALSE not.
bool allow_attendee_chat
TRUE indicates that the attendee is able to chat. FALSE not.
bool allow_panellist_start_video
TRUE indicates that the panelist is able to turn on the video. FALSE not.

References allow_attendee_chat, allow_attendee_raise_hand, allow_attendee_view_participant_count, allow_emoji_reaction, and allow_panellist_start_video.

Referenced by tagWebinarMeetingStatus().

Field Documentation

◆ allow_attendee_chat

bool tagWebinarMeetingStatus::allow_attendee_chat

TRUE indicates that the attendee is able to chat. FALSE not.

Definition at line 76 of file meeting_webinar_interface.h.

Referenced by Reset().

◆ allow_attendee_raise_hand

bool tagWebinarMeetingStatus::allow_attendee_raise_hand

TRUE indicates that the attendee is able to raise hand. FALSE not.

Definition at line 78 of file meeting_webinar_interface.h.

Referenced by Reset().

◆ allow_attendee_view_participant_count

bool tagWebinarMeetingStatus::allow_attendee_view_participant_count

TRUE indicates that the attendee is able to view participant count. FALSE not.

Definition at line 79 of file meeting_webinar_interface.h.

Referenced by Reset().

◆ allow_emoji_reaction

bool tagWebinarMeetingStatus::allow_emoji_reaction

TRUE indicates that the attendee is able to emojireaction. FALSE not.

Definition at line 77 of file meeting_webinar_interface.h.

Referenced by Reset().

◆ allow_panellist_start_video

bool tagWebinarMeetingStatus::allow_panellist_start_video

TRUE indicates that the panelist is able to turn on the video. FALSE not.

Definition at line 75 of file meeting_webinar_interface.h.

Referenced by Reset().