# shutdownSystem
AdministratorDescription: shut down the computer when VideoSDK/Room is running.
Example:
{
"method": "shutdownSystem",
"requestId" : "1"
}
Response example:
{
"method": "shutdownSystem",
"requestId" : "1",
"result": true
}
Parameter description:
requestId
- unique request identifier. More details can be found here
See also: