onScreenCaptureCovered property

(void Function()?) onScreenCaptureCovered
final

The Shared Window Was Covered (for Windows only)

The SDK returns this callback when the shared window is covered and cannot be captured. Upon receiving this callback, you can prompt users via the UI to move and expose the window.

Implementation

final void Function()? onScreenCaptureCovered;