element-web icon indicating copy to clipboard operation
element-web copied to clipboard

Show video room specific dialog also for "RoomType.UnstableCall"

Open menturion opened this issue 1 year ago • 1 comments

Your use case

Show video room specific dialog also for RoomType.UnstableCall by changing line ...

https://github.com/matrix-org/matrix-react-sdk/blob/fa7486e415bc29ef49ce8b78d569bad186b6d1ca/src/components/views/dialogs/CreateRoomDialog.tsx#L266

to

const isVideoRoom = this.props.type === RoomType.ElementVideo || this.props.type === RoomType.UnstableCall;

menturion avatar Jun 01 '24 05:06 menturion