restoreWindow

TrueConf7/5/26Less than 1 minute

restoreWindow

Description

Command that switches TrueConf VideoSDK to the primary state it had when it was launched.

Restore the selected mode (full screen or window), minimize, coordinates, etc.

void restoreWindow()

Response example

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

Response Parameters

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

See also

Last Updated: