shutdown
Less than 1 minute
shutdown
Description: terminate TrueConf Room API. Admin
Request example:
{
"method" : "shutdown",
"requestId" : "1",
"forAll" : true
}Response example:
{
"method" : "shutdown",
"requestId" : "1",
"result" : true
}Parameter description:
forAll- a flag indicating whether the conference should be terminated for everyone or not. This field should only be present when TrueConf Room API is in agroup conferenceand holds the leader role, meaning they are the owner, operator, or moderator. In all other cases, this field should not be present.requestId- a unique request identifier. You can find more details about it here.
See also: