# shutdown
Description
Terminate TrueConf VideoSDK
void shutdown(bool bForAll)
Parameters
Name | Description |
---|---|
bForAll | The flag indicating if it is necessary to end the conference for all participants. This field will be available when TrueConf VideoSDK is in a group conference and has the role of an owner, operator, or moderator. In other cases, this field will not be available |
Response example
{
"method" : "shutdown",
"requestId" : "1",
"result" : true
}
Response Parameters
Name | Description |
---|---|
requestId | A unique request identifier |
result | A flag indicating whether the request was successful |
See also