diff --git a/src/FishjamClient.ts b/src/FishjamClient.ts index b736036..b417f57 100644 --- a/src/FishjamClient.ts +++ b/src/FishjamClient.ts @@ -582,7 +582,7 @@ export class FishjamClient< (component) => component as Component, ); - await this.reconnectManager.handleReconnect() + await this.reconnectManager.handleReconnect(); this.emit('joined', peerId, peers, components); }, @@ -1046,7 +1046,7 @@ export class FishjamClient< }; public isReconnecting() { - return this.reconnectManager.getOngoingReconnectionStatus() + return this.reconnectManager.getOngoingReconnectionStatus(); } /**