fix: call drop (#2954)

* update matrix-js-sdk and improve call driver

* remove unused room param from call members hook

* downgrade matrix-js-sdk to latest stable release
This commit is contained in:
Ajay Bura 2026-05-23 17:20:41 +05:30 committed by GitHub
commit 4916efa925
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 99 additions and 141 deletions

View file

@ -90,7 +90,7 @@ function CallPrescreen() {
);
const callSession = useCallSession(room);
const callMembers = useCallMembers(room, callSession);
const callMembers = useCallMembers(callSession);
const hasParticipant = callMembers.length > 0;
const callEmbed = useCallEmbed();