# On_showIncomingRequestWidget
Description
the notification received when the widget with incoming calls and conference invitations changes its visibility
EventHandler<string> On_showIncomingRequestWidget
Response example
{
"event": "showIncomingRequestWidget",
"show": true,
}
Response Parameters
Name | Description |
---|---|
show | The flag indicating if the widget with incoming calls and invitations is visible. It returns true if the widget is visible |
See also