shutdown

TrueConf7/5/26Less than 1 minute

shutdown

Description

Terminate TrueConf VideoSDK

void shutdown(bool bForAll)

Parameters

NameDescription
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

NameDescription
requestIdA unique request identifier
resultA flag indicating whether the request was successful

See also

Last Updated: