getInfoWidgetsState
Less than 1 minute
getInfoWidgetsState
Description: Retrieve information about widget display on the main window of TrueConf Room API. Admin
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 find more details about it here.
See also: