Make micIcon display on primary (#11908)

Co-authored-by: Michael Weimann <michaelw@matrix.org>
Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
kdanielm
2024-07-29 15:46:10 +00:00
committed by GitHub
co-authored by Michael Weimann Michael Telatynski
parent c2c108957e
commit 96777f84b5
+1 -1
View File
@@ -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} />;
}