呼出新增参数

This commit is contained in:
张运江 2025-02-21 17:52:52 +08:00
parent 52852809d4
commit caee002912

View File

@ -693,7 +693,7 @@ export default {
this.contactId= params.contactId
console.log('进入呼叫电话:', params)
try {
let res = await window.tccc.Call.startOutboundCall({phoneNumber: this.phoneNumber})
let res = await window.tccc.Call.startOutboundCall({phoneNumber: this.phoneNumber, uuid: this.caseId})
this.sessionId = res.data.sessionId
console.log('呼叫成功', res.data)