changeWindowState

TrueConf7/5/26Less than 1 minute

changeWindowState

Description

Change the state of the application start window

void changeWindowState(bool bMaximized, bool bStayOnTop)

Parameters

NameDescription
bMaximizedA flag showing whether the window should be maximized?
bStayOnTopA flag showing whether the window should be on top of other windows

Response example

{
    "method" : "changeWindowState",
    "requestId" : "1",
    "result" : true
}

Response Parameters

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: