Skip to content

Commit

Permalink
Fixed a crash
Browse files Browse the repository at this point in the history
  • Loading branch information
mxszym-dolby committed Jul 20, 2023
1 parent a7b65d9 commit ba32e6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/attendees/modes/SpeakerActive.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ class SpeakerActive extends Component {
)}
<AttendeesParticipantVideo
streamId={st.stream.id}
muted={isLocalScreenShare || isUserStream}
muted={isLocalScreenShare}
stream={st.stream}
enableDbClick={!isLocalScreenShare}
/>
Expand All @@ -138,7 +138,7 @@ class SpeakerActive extends Component {
className={mySelf ? "stream-media myself" : "stream-media"}
>
<AttendeesParticipantVideo
muted={false}
muted={true}
stream={participant.stream}
enableDbClick={false}
/>
Expand Down

0 comments on commit ba32e6c

Please sign in to comment.