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:
parent
e89b8f7d12
commit
4916efa925
15 changed files with 99 additions and 141 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue