fix ConfirmCallSession in placeCall does not have access to tmpFiles for removing tmp file later (#1356)

This commit is contained in:
Hoan Luu Huu
2025-09-11 06:39:43 +07:00
committed by GitHub
parent 859132bb1c
commit f950d19d1c
2 changed files with 6 additions and 4 deletions

View File

@@ -676,7 +676,8 @@ class TaskDial extends Task {
rootSpan: cs.rootSpan,
startSpan: this.startSpan.bind(this),
dialTask: this,
onHoldMusic: this.cs.onHoldMusic
onHoldMusic: this.cs.onHoldMusic,
tmpFiles: this.cs.tmpFiles,
});
this.dials.set(sd.callSid, sd);