ME
ME
### Steps to reproduce I am trying to build "element-call" according to the build instructions (given here: https://github.com/vector-im/element-call#host-it-yourself). The build process fails with the below message: ``` yarn build yarn...
IMHO, the provided configuration is totally useless. TLS is a must nowadays. If you want to use the API endpoint over `http://` requests are getting blocked due to mixed content....
Hi, with reference to https://github.com/matrix-org/matrix-js-sdk/issues/2092 you might want to update the dependencies using ... `"@matrix-org/olm": "https://gitlab.matrix.org/api/v4/projects/27/packages/npm/@matrix-org/olm/-/@matrix-org/olm-3.2.8.tgz",` instead of `"olm": "https://packages.matrix.org/npm/olm/olm-3.2.1.tgz",` to avoid that users experience the above issue.
How can I form an `OpenID Connect Back-Channel Logout` request using the `oauth2-server` library?
### 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`;
matrix-js-sdk: latest dev branch matrix-react-sdk: latest dev branch element-call: latest dev branch LiveKit: 1.6.1 ### Steps to reproduce I am getting the following error in `encrypted` video rooms: `livekit-client.e2ee.worker.mjs:1113 TypeError:...
Due to this issue https://github.com/matrix-org/matrix-js-sdk/issues/1216 I am not able to update the SDK since v4.0.0. So this issue occurs in v4.0.0, maybe also in later versions (> v4.0.0). The following...
Avoid the creation of empty rooms by adding a message (textarea) input field in the room creation popup window. This would also improve the UX.
PHP v.8.0. I just updated to the latest version `v1.52.16226` from a way older version. I am getting a large number of issues not being able to open the affected...
Hi, I am new to this excellent library. I need to store additional data within the "payload" for documents to set a reference to the original items. I saw that...