hangUp

TrueConfLess than 1 minute

hangUp

Description: end an ongoing call or conference, incoming or outgoing call.

Request example:

{
    "method" : "hangUp",
    "requestId" : "1",
    "forAll" : false
}

Response example:

{
    "method" : "hangUp",
    "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 a group conference and 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: