Meeting SDK for Linux API Reference
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
tagWebinarAttendeeStatus Struct Reference

Status of webinar attendee. Here are more detailed structural descriptions. More...

#include <meeting_participants_ctrl_interface.h>

Public Member Functions

 tagWebinarAttendeeStatus ()
 

Data Fields

bool allow_talk
 TRUE indicates that it is able to talk.
 

Detailed Description

Status of webinar attendee. Here are more detailed structural descriptions.

Definition at line 32 of file meeting_participants_ctrl_interface.h.

Constructor & Destructor Documentation

◆ tagWebinarAttendeeStatus()

tagWebinarAttendeeStatus::tagWebinarAttendeeStatus ( )
inline

Definition at line 35 of file meeting_participants_ctrl_interface.h.

36 {
37 allow_talk = false;
38 }
bool allow_talk
TRUE indicates that it is able to talk.

References allow_talk.

Field Documentation

◆ allow_talk

bool tagWebinarAttendeeStatus::allow_talk

TRUE indicates that it is able to talk.

Definition at line 34 of file meeting_participants_ctrl_interface.h.

Referenced by tagWebinarAttendeeStatus().