You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-23 17:02:25 +03:00
add comments
This commit is contained in:
@@ -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",
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user