1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-10 09:22:25 +03:00

Correct sidebar behaviour when muting local video

Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
Šimon Brandner
2021-07-20 17:08:17 +02:00
parent c7a28491ca
commit cfaf4b8078
2 changed files with 7 additions and 3 deletions

View File

@@ -644,7 +644,6 @@ export default class CallView extends React.Component<IProps, IState> {
<CallViewSidebar
feeds={this.state.secondaryFeeds}
call={this.props.call}
hideFeedsWithMutedVideo={!this.state.primaryFeed || this.state.primaryFeed?.isVideoMuted()}
/>
);
}