feat Audult call session should have its own requestor (#535)

* feat Audult call session should have its own requestor

* fix eslint

* fix eslint

* if user authenticate from http server instead of databse

* wip

* fix custom STT

* fix custom STT

* fix custom STT
This commit is contained in:
Hoan Luu Huu
2023-11-16 20:22:35 +07:00
committed by GitHub
parent 9ae4b04fc5
commit 1cdd0cf611
4 changed files with 30 additions and 16 deletions

View File

@@ -19,6 +19,7 @@ class AdultingCallSession extends CallSession {
rootSpan
});
this.sd = singleDialer;
this.req = callInfo.req;
this.sd.dlg.on('destroy', () => {
this.logger.info('AdultingCallSession: called party hung up');