From ab64d0fc24f5c4e751bc26146e9bb3c77cf5ac9e Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Wed, 2 Aug 2023 10:27:21 -0400 Subject: [PATCH] fix bug in prev commit --- lib/session/call-session.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/session/call-session.js b/lib/session/call-session.js index 745a8606..bef33c60 100644 --- a/lib/session/call-session.js +++ b/lib/session/call-session.js @@ -798,7 +798,7 @@ class CallSession extends Emitter { if (0 === this.tasks.length && this.requestor instanceof WsRequestor && - !this.requestor.this.closedGracefully && + !this.requestor.closedGracefully && !this.callGone ) { try {