logo
On this page

Why does the cursor have ghosting (two cursors displayed) when screen sharing?

2021-09-09
Products / Plugins:Screen sharing
Platform / Framework:macOS

The possible cause of this problem is that when users set the cursor using Qt, since Qt draws through "framebuffer", the Qt cursor will be captured.

Users can call the "zego_screencapture_set_cursor_visible(false)" interface to turn off the cursor drawing inside the SDK, and reset the Qt cursor when entering screen sharing.

Previous

How to handle the issue of whiteboard or file display being incomplete or having blank spaces?

Next

When using ZIM SDK, packaging a release version of Android apk under the Flutter framework, after installing on a real device, unable to request network, how should this be handled?