On_showCurrentUserWidget

TrueConf7/5/26Less than 1 minute

On_showCurrentUserWidget

Description

The notification indicating that the widget providing information about the current user has changed its visibility

EventHandler<string> On_showCurrentUserWidget

Response example

{
    "event": "showCurrentUserWidget",
    "show": false,
    "method": "event"
}

Response Parameters

NameDescription
showThe flag indicating if the widget with information about the current user is displayed. The true value is returned if the widget is visible

See also

Last Updated: