Skip to content

Commit

Permalink
fix service_provider_sid undefined (#101)
Browse files Browse the repository at this point in the history
Co-authored-by: p.souza <[email protected]>
  • Loading branch information
paulotelles and psouzacognigy authored Aug 16, 2023
1 parent 9fe731a commit 41eaa42
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/call-session.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 41eaa42

Please sign in to comment.