Don't use m.call for Jitsi video rooms (#8223)
This commit is contained in:
parent
ba71fb169f
commit
371ccd7858
11 changed files with 14 additions and 14 deletions
|
@ -217,7 +217,7 @@ const RoomListHeader = ({ onVisibilityChange }: IProps) => {
|
|||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
e.stopPropagation();
|
||||
showCreateNewRoom(activeSpace, RoomType.UnstableCall);
|
||||
showCreateNewRoom(activeSpace, RoomType.ElementVideo);
|
||||
closePlusMenu();
|
||||
}}
|
||||
/> }
|
||||
|
@ -310,7 +310,7 @@ const RoomListHeader = ({ onVisibilityChange }: IProps) => {
|
|||
e.stopPropagation();
|
||||
defaultDispatcher.dispatch({
|
||||
action: "view_create_room",
|
||||
type: RoomType.UnstableCall,
|
||||
type: RoomType.ElementVideo,
|
||||
});
|
||||
closePlusMenu();
|
||||
}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue