# On_showInfoConnect
Description
The notification received when the visibility of the conference join component is changed
The component displays the information needed for joining a conference on the main window. It is a global setting
EventHandler<string> On_showInfoConnect
Response example
{
"method": "event",
"event": "showInfoConnect",
"show": false
}
Response Parameters
Name | Description |
---|---|
show | Component visibility |
See also