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:
parent
c2c108957e
commit
96777f84b5
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ export default class VideoFeed extends React.PureComponent<IProps, IState> {
|
||||||
});
|
});
|
||||||
|
|
||||||
let micIcon;
|
let micIcon;
|
||||||
if (feed.purpose !== SDPStreamMetadataPurpose.Screenshare && !primary && !pipMode) {
|
if (feed.purpose !== SDPStreamMetadataPurpose.Screenshare && !pipMode) {
|
||||||
micIcon = <div className={micIconClasses} />;
|
micIcon = <div className={micIconClasses} />;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue