(fix): joining a call while already being in a call wouldn't reset the call state

(qol): format
This commit is contained in:
Alois 2026-04-30 23:37:26 +02:00
commit 4dbf48b3f9
8 changed files with 85 additions and 50 deletions

View file

@ -142,7 +142,8 @@ export default function Base({
{/* Detect video / user and place here */}
{type === "stream" &&
(screenSharePublication?.isSubscribed && screenSharePublication.track ? (
(screenSharePublication?.isSubscribed &&
screenSharePublication.track ? (
<VideoViewer
flush={flush}
participantId={participant.identity}