Ensure we set the slot_id

This commit is contained in:
Half-Shot
2025-11-07 12:31:19 +00:00
parent dc293e9f97
commit 8268e7527c

View File

@@ -246,6 +246,7 @@ export async function createRoom(
{
type: EventType.RTCSlot,
content: {
slot_id: DefaultCallApplicationSlot.slot_id,
application: { ...DefaultCallApplicationSlot.application },
} satisfies RtcSlotEventContent,
},