aboutsummaryrefslogtreecommitdiff
path: root/common/packets.d.ts
diff options
context:
space:
mode:
Diffstat (limited to 'common/packets.d.ts')
-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,