# getInfoWidgetsState
Description
Obtain information about displaying widgets in the TrueConf VideoSDK main window
void getInfoWidgetsState()
Response example
{
"logoDisplaying": false,
"timeDisplaying": true,
"connectInfoDisplaying": true,
"currentUserInfoWidgetDisplaying": false,
"incomingRequestWidgetDisplaying": true,
"upcomingMeetingsComponentDisplaying" : false,
"method": "getInfoWidgetsState",
"requestId" : "1",
"result": true
}
Response Parameters
| Name | Description |
|---|---|
| logoDisplaying | Display the logo in the main window |
| timeDisplaying | Display the time and date in the main window |
| connectInfoDisplaying | The display of information needed for connecting to the web manager in the main window |
| showCurrentUserWidget | Display information about a current user |
| incomingRequestWidgetDisplaying | Display an incoming request widget |
| upcomingMeetingsComponentDisplaying | Display a list of upcoming conferences |
| requestId | A unique request identifier |
| result | A flag indicating whether the request was successful |
See also