Fix/play timeout (#183)

* Move play timeout into jambonz

* Unnecessary await on kill + eslint

* Change call status test to be consistent

Co-authored-by: Matt Preskett <matt.preskett@netcall.com>
This commit is contained in:
two56
2023-01-09 14:27:20 +00:00
committed by GitHub
parent 714d06a600
commit 740d996739
2 changed files with 33 additions and 5 deletions

View File

@@ -114,6 +114,10 @@ class CallSession extends Emitter {
return this.callInfo.applicationSid;
}
get callStatus() {
return this.callInfo.callStatus;
}
/**
* SIP call-id for the call
*/