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

Define the strategy to show the menu items for attendee. Here are more detailed structural descriptions. More...

#include <meeting_configuration_interface.h>

Public Member Functions

 tagAttendeeMenuItemOption ()
 

Data Fields

bool bNotShowPromoteToPanelist
 True indicates to hide 'Promote to panelist'menu item.
 

Detailed Description

Define the strategy to show the menu items for attendee. Here are more detailed structural descriptions.

Definition at line 306 of file meeting_configuration_interface.h.

Constructor & Destructor Documentation

◆ tagAttendeeMenuItemOption()

tagAttendeeMenuItemOption::tagAttendeeMenuItemOption ( )
inline

Definition at line 309 of file meeting_configuration_interface.h.

310 {
312 }
bool bNotShowPromoteToPanelist
True indicates to hide 'Promote to panelist'menu item.

References bNotShowPromoteToPanelist.

Field Documentation

◆ bNotShowPromoteToPanelist

bool tagAttendeeMenuItemOption::bNotShowPromoteToPanelist

True indicates to hide 'Promote to panelist'menu item.

Definition at line 308 of file meeting_configuration_interface.h.

Referenced by tagAttendeeMenuItemOption().