summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2022-09-09 15:35:56 +0200
committermetamuffin <metamuffin@disroot.org>2022-09-09 15:35:56 +0200
commitde8e2d40ed2744c4c25ec7cdbe778e1723dbb830 (patch)
tree11d7e40b6c74946f2c0a3fa6a416b729b2582146 /common
parent8aaf7e201e58ec9ecb431a6ac05e07d0078b12b0 (diff)
downloadkeks-meet-de8e2d40ed2744c4c25ec7cdbe778e1723dbb830.tar
keks-meet-de8e2d40ed2744c4c25ec7cdbe778e1723dbb830.tar.bz2
keks-meet-de8e2d40ed2744c4c25ec7cdbe778e1723dbb830.tar.zst
refactor + identify
Diffstat (limited to 'common')
-rw-r--r--common/packets.d.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/packets.d.ts b/common/packets.d.ts
index fe3be33..3e5b612 100644
--- a/common/packets.d.ts
+++ b/common/packets.d.ts
@@ -17,7 +17,7 @@ export interface ServerboundPacket {
}
export interface RelayMessage {
- identify?: { name: string }
+ identify?: { username: string }
offer?: F_RTCSessionDescriptionInit,
answer?: F_RTCSessionDescriptionInit,
ice_candidate?: F_RTCIceCandidateInit,