From 8268e7527c031086c7716c14ef0a0487912ec8e7 Mon Sep 17 00:00:00 2001 From: Half-Shot Date: Fri, 7 Nov 2025 12:31:19 +0000 Subject: [PATCH] Ensure we set the slot_id --- src/utils/matrix.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/utils/matrix.ts b/src/utils/matrix.ts index f87327cb..2292c306 100644 --- a/src/utils/matrix.ts +++ b/src/utils/matrix.ts @@ -246,6 +246,7 @@ export async function createRoom( { type: EventType.RTCSlot, content: { + slot_id: DefaultCallApplicationSlot.slot_id, application: { ...DefaultCallApplicationSlot.application }, } satisfies RtcSlotEventContent, },