diff options
author | metamuffin <metamuffin@disroot.org> | 2022-09-07 14:46:09 +0200 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2022-09-07 14:46:09 +0200 |
commit | 3ce9a53e272dc556222bca747461b3ec24796912 (patch) | |
tree | 3f0f780801cbb49ef797c361cf67b4709bacac42 /common | |
parent | 61950198e3bf06555f48e8f51c882a4c3cce5128 (diff) | |
download | keks-meet-3ce9a53e272dc556222bca747461b3ec24796912.tar keks-meet-3ce9a53e272dc556222bca747461b3ec24796912.tar.bz2 keks-meet-3ce9a53e272dc556222bca747461b3ec24796912.tar.zst |
start with the new server
Diffstat (limited to 'common')
-rw-r--r-- | common/packets.d.ts | 3 |
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 } - |