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 e2e01ceCopy full SHA for e2e01ce
packages/calling/src/CallingClient/calling/call.ts
@@ -1531,6 +1531,7 @@ 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
1536
log.info(`Session refresh successful`, loggerContext);
1537
} catch (err: unknown) {
0 commit comments