# shutdown

Administrator

Description: terminate VideoSDK/Room.

Request example:

{
    "method" : "shutdown",
    "requestId" : "1",
    "forAll" : true
}

Response example:

{
    "method" : "shutdown",
    "requestId" : "1",
    "result" : true
}

Parameter description:

  • forAll — the flag indicating if it is necessary to end the conference for all participants. This field will be available when VideoSDK/Room is in a group conference and has the role of an owner, operator, or moderator. In other cases, this field will not be available.

  • requestId - a unique request identifier. You can learn more about it here.

See also: