mirror of
https://github.com/cinnyapp/cinny.git
synced 2025-11-05 23:10:28 +03:00
add groupcall state event
This commit is contained in:
parent
225894d327
commit
c53d14d91e
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,8 @@ export enum StateEvent {
|
||||||
RoomGuestAccess = 'm.room.guest_access',
|
RoomGuestAccess = 'm.room.guest_access',
|
||||||
RoomServerAcl = 'm.room.server_acl',
|
RoomServerAcl = 'm.room.server_acl',
|
||||||
RoomTombstone = 'm.room.tombstone',
|
RoomTombstone = 'm.room.tombstone',
|
||||||
|
GroupCallPrefix = "org.matrix.msc3401.call",
|
||||||
|
GroupCallMemberPrefix = "org.matrix.msc3401.call.member",
|
||||||
|
|
||||||
SpaceChild = 'm.space.child',
|
SpaceChild = 'm.space.child',
|
||||||
SpaceParent = 'm.space.parent',
|
SpaceParent = 'm.space.parent',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue