When a Web client shares the screen, the screen freezes or blurs.
Find the solution that corresponds to the version of the Web SDK you are using.
Troubleshoot the problem by following the steps below:
vp8
when calling createClient
.setScreenProfile
.optimizationMode
as "details"
.optimizationMode
as "motion"
.Troubleshoot the problem by following the steps below:
Ask the user to use the latest official version of the Chrome browser on desktop.
Set codec as vp8
when calling createClient
.
Check whether the user is sharing an application window.
createScreenVideoTrack
.Set optimizationMode when creating the video track for screen sharing, and choose the appropriate transmission optimization mode according to the shared content:
If the shared content is mainly slides, texts, or static images, set optimizationMode
as "details".
If the shared content is mainly videos or games, set optimizationMode
as "motion"
.