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

onCallEndedFailed (Call End Failure Event)

Event Description

When a call is ended, if the call corresponding to the input call ID does not exist, a call end failure event is returned.

Event Example

{
   "description" : "TSDK_E_CALL_EVT_ENDCALL_FAILED",
   "notify" : 2022,
   "param" : {
      "callId" : 0,
      "result" : 50331670
   }
}

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.

result

Number

Failure cause code.