aboutsummaryrefslogtreecommitdiff
path: root/client-web/source/local_user.ts
diff options
context:
space:
mode:
Diffstat (limited to 'client-web/source/local_user.ts')
-rw-r--r--client-web/source/local_user.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/client-web/source/local_user.ts b/client-web/source/local_user.ts
index bfd9459..b3d5692 100644
--- a/client-web/source/local_user.ts
+++ b/client-web/source/local_user.ts
@@ -8,7 +8,6 @@ import { Room } from "./room.ts";
import { TrackHandle } from "./track_handle.ts";
import { User } from "./user.ts";
-
export class LocalUser extends User {
mic_gain?: GainNode
default_gain: number = parameter_number("mic_gain", 1)