Updated on 2023-10-12 GMT+08:00

onCallEnded (Call End Event)

Event Description

This event is triggered when one party hangs up the call during or after the call is set up.

Event Example

{
   "description" : "TSDK_E_CALL_EVT_CALL_ENDED",
   "notify" : 2007,
   "param":
	{
	"callId":1559166976,
	"callInfo":
		{
		"callId":1559166976,
		"callState":5,
		"confId":"",
		"confPasscode":"",
		"isAutoAnswer":0,
		"isCaller":0,
		"isFocus":0,
		"isVideoCall":0,
		"peerDisplayName":"",
		"peerNumber":"444002",
		"reasonCode":0,
		"reasonDescription":"",
		"sipAccountID":0
		}
	}
}

Parameter Description

Table 1 Parameter description

Parameter

Type

Description

description

String

Description of the current request.

notify

Number

Internal event ID.

param

Param

Event content.

Table 2 Param

Parameter

Type

Description

callId

Number

Call ID.

peerNumber

String

Phone number of the peer party.

Pay attention to the callId and peerNumber fields in Param.