更新时间:2023-10-12 GMT+08:00
onCallEnded(呼叫结束事件)
事件描述
呼叫建立过程中或呼叫建立后,一方挂断呼叫,呼叫结束,触发该事件。
事件示例
{ "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 } } }
参数描述
参数名 |
类型 |
描述 |
---|---|---|
description |
String |
当前请求描述。 |
notify |
Number |
内部事件编号。 |
param |
事件内容。 |
Param中主要关注callId和peerNumber字段。
父主题: 事件