From b694d13348e4f23141c49fa3a18b470a4893f834 Mon Sep 17 00:00:00 2001 From: Bruno Windels <274386+bwindels@users.noreply.github.com> Date: Fri, 30 Sep 2022 11:20:33 +0200 Subject: [PATCH] can be readonly --- src/matrix/calls/group/GroupCall.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/matrix/calls/group/GroupCall.ts b/src/matrix/calls/group/GroupCall.ts index db908004..729c152e 100644 --- a/src/matrix/calls/group/GroupCall.ts +++ b/src/matrix/calls/group/GroupCall.ts @@ -73,7 +73,7 @@ class JoinedData { public readonly membersLogItem: ILogItem, public localMedia: LocalMedia, public localMuteSettings: MuteSettings, - public turnServer: BaseObservableValue + public readonly turnServer: BaseObservableValue ) {} dispose() {