fix service_provider_sid undefined (#101)

Co-authored-by: p.souza <p.souza@cognigy.com>
This commit is contained in:
Paulo Telles
2023-08-16 18:37:20 +02:00
committed by GitHub
parent 9fe731ab65
commit 41eaa4286f
+4
View File
@@ -99,6 +99,10 @@ class CallSession extends Emitter {
this._mediaReleased = false;
}
get service_provider_sid() {
return this.req.locals.service_provider_sid;
}
get account_sid() {
return this.req.locals.account_sid;
}