mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-28 09:44:37 +00:00
Also update connection states when participants change
This commit is contained in:
@@ -214,6 +214,10 @@ export function InCallView({
|
||||
};
|
||||
}, [calls, updateConnectionStates]);
|
||||
|
||||
useEffect(() => {
|
||||
updateConnectionStates();
|
||||
}, [participants, updateConnectionStates]);
|
||||
|
||||
useEffect(() => {
|
||||
widget?.api.transport.send(
|
||||
layout === "freedom"
|
||||
|
||||
Reference in New Issue
Block a user