mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
Ensure we set the slot_id
This commit is contained in:
@@ -246,6 +246,7 @@ export async function createRoom(
|
|||||||
{
|
{
|
||||||
type: EventType.RTCSlot,
|
type: EventType.RTCSlot,
|
||||||
content: {
|
content: {
|
||||||
|
slot_id: DefaultCallApplicationSlot.slot_id,
|
||||||
application: { ...DefaultCallApplicationSlot.application },
|
application: { ...DefaultCallApplicationSlot.application },
|
||||||
} satisfies RtcSlotEventContent,
|
} satisfies RtcSlotEventContent,
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user