On the Web platform, how to set mirror mode for Express?
2022-11-04
Products / Plugins:Video Call
Platform / Framework:Web
Developers can implement mirroring by adding the following CSS code to the <video> tag of the preview or stream pulling window.
<video autoplay muted playsinline controls style="transform:scale(-1,1);"></video>