# stopCalling

Description: Notification after a call has stopped (without starting a communication session).

Example:

{
    "event": "stopCalling",
    "peerId": "user1@some.server",
    "side": 1,
    "method": "event"
}

Parameter description:

  • peerIdTrueConf ID unique identifier of a user who has stopped a call

  • side — Party that has stopped a call. It can be as follows:

    • 0 — controlled VideoSDK/Room

    • 1 — a different user

See also: