make internal method private

This commit is contained in:
Bruno Windels 2022-09-26 16:00:25 +02:00
parent eccbab1491
commit c660d82d6a

View File

@ -120,7 +120,7 @@ export class TurnServerSource {
} }
} }
stopPollLoop() { private stopPollLoop() {
this.isPolling = false; this.isPolling = false;
this.currentObservable = undefined; this.currentObservable = undefined;
this.pollTimeout?.dispose(); this.pollTimeout?.dispose();