# 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
- a unique request identifier. You can learn more about it here.
See also: