Merge pull request #6512 from SimonBrandner/fix/mirroring/5633
This commit is contained in:
commit
a07df5e9d8
1 changed files with 1 additions and 0 deletions
|
@ -207,6 +207,7 @@ export default class VideoFeed extends React.PureComponent<IProps, IState> {
|
||||||
const videoClasses = classnames("mx_VideoFeed_video", {
|
const videoClasses = classnames("mx_VideoFeed_video", {
|
||||||
mx_VideoFeed_video_mirror: (
|
mx_VideoFeed_video_mirror: (
|
||||||
this.props.feed.isLocal() &&
|
this.props.feed.isLocal() &&
|
||||||
|
this.props.feed.purpose === SDPStreamMetadataPurpose.Usermedia &&
|
||||||
SettingsStore.getValue('VideoView.flipVideoHorizontally')
|
SettingsStore.getValue('VideoView.flipVideoHorizontally')
|
||||||
),
|
),
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue