getInfoWidgetsState

TrueConf7/5/26About 1 min

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

NameDescription
logoDisplayingDisplay the logo in the main window
timeDisplayingDisplay the time and date in the main window
connectInfoDisplayingThe display of information needed for connecting to the web manager in the main window
showCurrentUserWidgetDisplay information about a current user
incomingRequestWidgetDisplayingDisplay an incoming request widget
upcomingMeetingsComponentDisplayingDisplay a list of upcoming conferences
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: