Description
When I minimize or maximize the video-player-container, the video inside it flickers. This is causing discomfort for my client.
SDK version: 1.11.10
Screenshots
Device :
- Device: Mac mini
- OS: macOS 14.3
- Browser: Chrome
Description
When I minimize or maximize the video-player-container, the video inside it flickers. This is causing discomfort for my client.
SDK version: 1.11.10
Screenshots
Device :
Hey @namlv
Thanks for your feedback.
It’s an implementation limitation. Under the hood, the video is rendered on the shadow canvas element of the video-player-container. When the canvas resizes, the drawings on the canvas are cleared, which leads to video flickers.
We are continuing to work on improving the video experience.
Thanks
Vic