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, },