Merge tag 'v4.12.2' into lotus

This commit is contained in:
2026-05-23 11:26:45 -04:00
14 changed files with 59 additions and 149 deletions
+1 -1
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();