Merge pull request #2333 from element-hq/feature/jme/use-unencrypted-room-calls-if-room-is-not-encrypted

Use `MatrixRoom.isEncrypted` value to set encryption mode in room calls
This commit is contained in:
Jorge Martin Espinosa 2024-02-01 16:19:42 +01:00 committed by GitHub
commit a189e744e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 7 additions and 5 deletions

1
changelog.d/2333.feature Normal file
View file

@ -0,0 +1 @@
Allow joining unencrypted video calls in non encrypted rooms.