Meeting SDK for Windows API Reference
Loading...
Searching...
No Matches
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 328 of file meeting_configuration_interface.h.

Constructor & Destructor Documentation

◆ tagAttendeeMenuItemOption()

tagAttendeeMenuItemOption::tagAttendeeMenuItemOption ( )
inline

Definition at line 331 of file meeting_configuration_interface.h.

332 {
334 }
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 330 of file meeting_configuration_interface.h.

Referenced by tagAttendeeMenuItemOption().