0

I established a video chat by EasyRTC, with it's demo program. I can talk with another user and see the image from another user in the chat, but the all the image is reversed. how does this happen?

Joy.w
  • 37
  • 1
  • 4

1 Answers1

2

You should mirror the image with CSS. Check the tutorial from W3Schools:

https://www.w3schools.com/howto/howto_css_flip_image.asp

Andrés
  • 719
  • 1
  • 4
  • 21