# shutdownSystem

Administrator

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

See also: