# getInfoWidgetsState

Administrator

Description: 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 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. You can learn more about it here.

See also: