The event is triggered when the call is accepted by the user
Request Code Samples
curl --location --request POST ''
Responses
application/json {
"id": "evt_01aaaaaaaaaaaaaaaaaaaaaaaa",
"timestamp": 1634567890123,
"session": "default",
"metadata": {
"user.id": "123",
"user.email": "email@example.com"
},
"engine": "WEBJS",
"event": "call.accepted",
"payload": {
"id": "ABCDEFGABCDEFGABCDEFGABCDEFG",
"from": "11111111111@c.us",
"timestamp": 0,
"isVideo": true,
"isGroup": true
},
"me": {
"id": "11111111111@c.us",
"lid": "123123@lid",
"pushName": "string"
},
"environment": {
"version": "YYYY.MM.BUILD",
"engine": "WEBJS",
"tier": "PLUS",
"browser": "/usr/path/to/bin/google-chrome"
}
}
Modified at 2025-09-29 01:58:33