# getInfoWidgetsState
AdministratorDescription: Obtain information about displaying widgets in the VideoSDK/Room main window.
Request example:
{
"method" : "getInfoWidgetsState",
"requestId" : "1"
}
Response example:
{
"logoDisplaying": false,
"timeDisplaying": true,
"connectInfoDisplaying": true,
"currentUserInfoWidgetDisplaying": false,
"incomingRequestWidgetDisplaying": true,
"upcomingMeetingsComponentDisplaying" : false,
"method": "getInfoWidgetsState",
"requestId" : "1",
"result": true
}
Parameter description:
logoDisplaying
— Display the logo in the main windowtimeDisplaying
— display the time and date in the main windowconnectInfoDisplaying
— the display of information needed for connecting to the web manager in the main windowshowCurrentUserWidget
— Display information about a current userincomingRequestWidgetDisplaying
— Display an incoming request widgetupcomingMeetingsComponentDisplaying
— Display a list of upcoming conferencesrequestId
- a unique request identifier. You can learn more about it here.
See also: