We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fb140f commit e044e2dCopy full SHA for e044e2d
packages/calling/src/CallingClient/calling/call.ts
@@ -1531,6 +1531,8 @@ export class Call extends Eventing<CallEventTypes> implements ICall {
1531
try {
1532
// eslint-disable-next-line @typescript-eslint/no-unused-vars
1533
const res = await this.postStatus();
1534
+ this.callKeepaliveRetryCount = 0;
1535
+ this.callKeepaliveInterval = undefined;
1536
1537
log.info(`Session refresh successful`, loggerContext);
1538
} catch (err: unknown) {
0 commit comments