# On_showUpcomingMeetings
Description
Notification after updating the display status of a conference widget
EventHandler<string> On_showUpcomingMeetings
Response example
{
"event": "showUpcomingMeetings",
"show": true,
}
Response Parameters
Name | Description |
---|---|
show | The flag indicating if the widget with scheduled meetings is visible. It returns true if the widget is visible |
See also