Skip to content

Commit 41eaa42

Browse files
fix service_provider_sid undefined (#101)
Co-authored-by: p.souza <[email protected]>
1 parent 9fe731a commit 41eaa42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/call-session.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ class CallSession extends Emitter {
9999
this._mediaReleased = false;
100100
}
101101

102+
get service_provider_sid() {
103+
return this.req.locals.service_provider_sid;
104+
}
105+
102106
get account_sid() {
103107
return this.req.locals.account_sid;
104108
}

0 commit comments

Comments
 (0)