logo
On this page

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>

Previous

On the Web platform, when the set video resolution "width" is greater than "height", how is it displayed on PC and mobile respectively?

Next

Express SDK: Why can't I receive a callback after sending a real-time message?