summaryrefslogtreecommitdiff
path: root/client-web/source/protocol/mod.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-09 10:39:13 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-09 10:39:13 +0200
commitafed94bb4609bd796102c9184f13fa29c5f92a48 (patch)
tree6d40b78dcc6174e148cf5b9531366e3712c223f7 /client-web/source/protocol/mod.ts
parent7c039b507695d0dbb8d00e583f7ce29b6925dcdc (diff)
downloadkeks-meet-afed94bb4609bd796102c9184f13fa29c5f92a48.tar
keks-meet-afed94bb4609bd796102c9184f13fa29c5f92a48.tar.bz2
keks-meet-afed94bb4609bd796102c9184f13fa29c5f92a48.tar.zst
server is only a relay now.
Diffstat (limited to 'client-web/source/protocol/mod.ts')
-rw-r--r--client-web/source/protocol/mod.ts6
1 files changed, 6 insertions, 0 deletions
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) {
+
+ }
+}