aboutsummaryrefslogtreecommitdiff
path: root/common/packets.d.ts
diff options
context:
space:
mode:
authormetamuffin <metamuffin@disroot.org>2024-04-27 20:22:56 +0200
committermetamuffin <metamuffin@disroot.org>2024-04-27 20:23:02 +0200
commit8b11f29a5e83a8bd6d9111e7b2d871eaab5536eb (patch)
tree3aaee4f66b05d05c01ca9044d656293a109ed8eb /common/packets.d.ts
parent959d2c9d7acea2cd7febcf1ab8ba5efd771c7713 (diff)
downloadkeks-meet-8b11f29a5e83a8bd6d9111e7b2d871eaab5536eb.tar
keks-meet-8b11f29a5e83a8bd6d9111e7b2d871eaab5536eb.tar.bz2
keks-meet-8b11f29a5e83a8bd6d9111e7b2d871eaab5536eb.tar.zst
prototype stream previews
Diffstat (limited to 'common/packets.d.ts')
-rw-r--r--common/packets.d.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/packets.d.ts b/common/packets.d.ts
index 662c1fe..bf8fe9f 100644
--- a/common/packets.d.ts
+++ b/common/packets.d.ts
@@ -43,6 +43,7 @@ export interface RelayMessage {
offer?: Sdp
answer?: Sdp
ice_candidate?: F_RTCIceCandidateInit
+ preview?: { id: string, data: string }
}
export interface ChatMessage { text?: string, image?: string }