diff --git a/src/skins/vector/css/matrix-react-sdk/views/voip/_VideoView.scss b/src/skins/vector/css/matrix-react-sdk/views/voip/_VideoView.scss index 8f23ef6ba..eb4353835 100644 --- a/src/skins/vector/css/matrix-react-sdk/views/voip/_VideoView.scss +++ b/src/skins/vector/css/matrix-react-sdk/views/voip/_VideoView.scss @@ -42,4 +42,5 @@ limitations under the License. .mx_VideoView_localVideoFeed video { width: auto; height: 100%; -} \ No newline at end of file + transform: scale(-1, 1); +}