Windows SDK API Reference
Loading...
Searching...
No Matches
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. More...
 
bool allow_attendee_chat
 TRUE indicates that the attendee is able to chat. FALSE not. More...
 

Detailed Description

Webinar Meeting Status. Here are more detailed structural descriptions.

Definition at line 61 of file meeting_webinar_interface.h.

Constructor & Destructor Documentation

◆ tagWebinarMeetingStatus()

tagWebinarMeetingStatus::tagWebinarMeetingStatus ( )
inline

Definition at line 65 of file meeting_webinar_interface.h.

References Reset().

Member Function Documentation

◆ Reset()

void tagWebinarMeetingStatus::Reset ( )
inline

Definition at line 70 of file meeting_webinar_interface.h.

71 {
73 allow_attendee_chat = false;
74 }
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, 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 64 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 63 of file meeting_webinar_interface.h.

Referenced by Reset().