Description
When I’m using Zoom.startShareScreen() it takes a long time to start, and after starting, my sharing screen is very blurry, IDK why, it’s only happening once and I cannot recreate the error again
Which Web Video SDK version?
1.5.5
Video SDK Code Snippets
var sharingScreenElement = document.getElementById(
LiveConst.SHARING_SCREEN_ELEMENT
);
try {
await this.zoomStream.startShareScreen(sharingScreenElement);
}
Screenshots
Device (please complete the following information):
- Device:Macbook Air
- OS: macOS 11
- Browser: Chrome
