Merge pull request #6512 from SimonBrandner/fix/mirroring/5633
This commit is contained in:
@@ -207,6 +207,7 @@ export default class VideoFeed extends React.PureComponent<IProps, IState> {
|
||||
const videoClasses = classnames("mx_VideoFeed_video", {
|
||||
mx_VideoFeed_video_mirror: (
|
||||
this.props.feed.isLocal() &&
|
||||
this.props.feed.purpose === SDPStreamMetadataPurpose.Usermedia &&
|
||||
SettingsStore.getValue('VideoView.flipVideoHorizontally')
|
||||
),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user