# hangUp

Description

End an ongoing call or conference, incoming or outgoing call

void hangUp(bool forAll)

Parameters

Name 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.

Response example

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

Response Parameters

Name Description
requestId A unique request identifier
result A flag indicating whether the request was successful

See also

Last Updated: 09/12/2025