# restoreWindow
Description: Command that switches VideoSDK/Room to the primary state it had when it was launched.
Restore the selected mode (full screen or window), minimize, coordinates, etc.
Request example:
{
"method" : "restoreWindow",
"requestId" : "1"
}
Response example:
{
"method" : "restoreWindow",
"requestId" : "1",
"result" : true
}
Parameter description:
requestId
- unique request identifier. More details can be found here
See also: