From c660d82d6a47620a78ac18b9eed443b103cec3c6 Mon Sep 17 00:00:00 2001 From: Bruno Windels <274386+bwindels@users.noreply.github.com> Date: Mon, 26 Sep 2022 16:00:25 +0200 Subject: [PATCH] make internal method private --- src/matrix/calls/TurnServerSource.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/calls/TurnServerSource.ts b/src/matrix/calls/TurnServerSource.ts index ca0f6848..1066f7a6 100644 --- a/src/matrix/calls/TurnServerSource.ts +++ b/src/matrix/calls/TurnServerSource.ts @@ -120,7 +120,7 @@ export class TurnServerSource { } } - stopPollLoop() { + private stopPollLoop() { this.isPolling = false; this.currentObservable = undefined; this.pollTimeout?.dispose();