# On_stopCalling
Description
Notification after a call has stopped (without starting a communication session)
EventHandler<string> On_stopCalling
Response example
{
"event": "stopCalling",
"peerId": "user1@some.server",
"side": 1,
"method": "event"
}
Response Parameters
| Name | Description |
|---|---|
| peerId | TrueConf ID unique identifier of a user who has stopped a call |
| side | The side that has stopped a call. It can be as follows: • 0 - Controlled TrueConf VideoSDK • 1 - A different user |
See also