From 88241946e3144fede5c86f98d00bb723c1cc2761 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 7 Sep 2022 18:05:27 +0200 Subject: compiler crash……… MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client-web/source/local_user.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client-web/source/local_user.ts') diff --git a/client-web/source/local_user.ts b/client-web/source/local_user.ts index ca91a19..bfd9459 100644 --- a/client-web/source/local_user.ts +++ b/client-web/source/local_user.ts @@ -13,8 +13,8 @@ export class LocalUser extends User { mic_gain?: GainNode default_gain: number = parameter_number("mic_gain", 1) - constructor(room: Room, name: string) { - super(room, name) + constructor(room: Room, id: number, name: string) { + super(room, id, name) this.el.classList.add("local") this.local = true this.create_controls() -- cgit v1.2.3-70-g09d2