Hello.
I’m using the latest @zoom/videosdk
package (version 1.12.5). I encountered an issue with very poor screen share quality when I set optimizedForSharedVideo: true
when I call startShareScreen()
. The screen share resolution drops to around 144p, making it impossible to read anything on the screen.
However, when I disable this option, the screen share quality is 1080p, and everything works fine.
I enabled this option because 1080p screen sharing causes performance issues on mobile devices (especially in ios safari). Mobile phone starts to slow down and may even reconnect due to significant cpu/memory usage. For context, SharedArrayBuffer
is enabled.
I also tried using updateSharedVideoQuality()
, but it didn’t help - there was no change in the incoming shared video quality.
The network-quality-change
shows that my connection is good (4-5 level), so I think that the issue is not related to my internet connection.