restoreWindow
Less than 1 minute
restoreWindow
Description: a command that returns TrueConf Room API to the state it was in at the time of launch.
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 find more details about it here.
See also: