From afed94bb4609bd796102c9184f13fa29c5f92a48 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Fri, 9 Sep 2022 10:39:13 +0200 Subject: server is only a relay now. --- client-web/source/protocol/mod.ts | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 client-web/source/protocol/mod.ts (limited to 'client-web/source/protocol/mod.ts') diff --git a/client-web/source/protocol/mod.ts b/client-web/source/protocol/mod.ts new file mode 100644 index 0000000..76b1290 --- /dev/null +++ b/client-web/source/protocol/mod.ts @@ -0,0 +1,6 @@ + +export class SignalingConnection { + constructor(room: string) { + + } +} -- cgit v1.2.3-70-g09d2