# 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
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also