Skip to content

Commit

Permalink
chore: review remark fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kristian-mkd committed Oct 31, 2024
1 parent d39e9b0 commit f535360
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ export const CallParticipantsFullscreen = ({
? [localParticipant]
: remoteParticipants;

// local participant alone in the call, so it is shown in full screen
if (remoteParticipants.length === 0 && localParticipant) {
participants = [localParticipant];
}
Expand Down

0 comments on commit f535360

Please sign in to comment.