(fix): joining a call while already being in a call wouldn't reset the call state
(qol): format
This commit is contained in:
parent
be26e486d4
commit
4dbf48b3f9
8 changed files with 85 additions and 50 deletions
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in a new issue