Skip to content

Commit a68d05c

Browse files
committed
fixup! fix(session): Mark session as inactive when blurring the window
1 parent b3148bf commit a68d05c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/constants.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ export const CONFIG = {
2424
RECOVER_SESSION: 2,
2525
/**
2626
* Since 22.0.3
27-
* Make automatic attempts to recover suspended / expired signaling session
28-
* to allow join the call without page reload
27+
* Mark sessions immediately as inactive when switching away from Talk
2928
*/
3029
SESSION_INACTIVE_ON_BLUR: 4,
3130
},

0 commit comments

Comments
 (0)