From 3ce9a53e272dc556222bca747461b3ec24796912 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 7 Sep 2022 14:46:09 +0200 Subject: start with the new server --- common/packets.d.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'common') 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 } - -- cgit v1.2.3-70-g09d2