From e590ea788aefe0714bb9ce24976303566a648d42 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 9 Sep 2022 12:45:37 +0200 Subject: reworked websocket stuff with encryption and new spec --- 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 bb5b779..efedfc2 100644 --- a/client-web/source/local_user.ts +++ b/client-web/source/local_user.ts @@ -12,8 +12,8 @@ export class LocalUser extends User { mic_gain?: GainNode default_gain: number = PREFS.microphone_gain - constructor(room: Room, id: number, name: string) { - super(room, id, name) + constructor(room: Room, id: number) { + super(room, id) this.el.classList.add("local") this.local = true this.create_controls() -- cgit v1.2.3-70-g09d2