1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-22 05:22:39 +03:00

add comments

This commit is contained in:
Half-Shot
2025-11-17 10:50:04 +00:00
parent c56fe525aa
commit 81dae18e41

View File

@@ -191,7 +191,13 @@ export const RoomCreateTypeField = "type";
export enum RoomType { export enum RoomType {
Space = "m.space", Space = "m.space",
/**
* a.k.a Element Call rooms
*/
UnstableCall = "org.matrix.msc3417.call", UnstableCall = "org.matrix.msc3417.call",
/**
* a.k.a Jitsi video rooms
*/
ElementVideo = "io.element.video", ElementVideo = "io.element.video",
} }