Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Make micIcon display on primary (#11908)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Weimann <michaelw@matrix.org>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
  • Loading branch information
3 people committed Jul 29, 2024
1 parent c2c1089 commit 96777f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/views/voip/VideoFeed.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export default class VideoFeed extends React.PureComponent<IProps, IState> {
});

let micIcon;
if (feed.purpose !== SDPStreamMetadataPurpose.Screenshare && !primary && !pipMode) {
if (feed.purpose !== SDPStreamMetadataPurpose.Screenshare && !pipMode) {
micIcon = <div className={micIconClasses} />;
}

Expand Down

0 comments on commit 96777f8

Please sign in to comment.