summaryrefslogtreecommitdiff
path: root/common/packets.d.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-07 14:46:09 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-07 14:46:09 +0200
commit3ce9a53e272dc556222bca747461b3ec24796912 (patch)
tree3f0f780801cbb49ef797c361cf67b4709bacac42 /common/packets.d.ts
parent61950198e3bf06555f48e8f51c882a4c3cce5128 (diff)
downloadkeks-meet-3ce9a53e272dc556222bca747461b3ec24796912.tar
keks-meet-3ce9a53e272dc556222bca747461b3ec24796912.tar.bz2
keks-meet-3ce9a53e272dc556222bca747461b3ec24796912.tar.zst
start with the new server
Diffstat (limited to 'common/packets.d.ts')
-rw-r--r--common/packets.d.ts3
1 files changed, 1 insertions, 2 deletions
diff --git a/common/packets.d.ts b/common/packets.d.ts
index f42d99b..776f12f 100644
--- a/common/packets.d.ts
+++ b/common/packets.d.ts
@@ -13,9 +13,8 @@ export interface PacketC {
}
export interface PacketS {
receiver?: string
- ice_candiate?: F_RTCIceCandidateInit
+ ice_candidate?: F_RTCIceCandidateInit
offer?: F_RTCSessionDescriptionInit
answer?: F_RTCSessionDescriptionInit
}
-