onScreenCaptureResumed property
final
Screen Sharing Was Resumed
The SDK returns this callback when you call resumeScreenCapture
to resume screen sharing.
- Parameters:
- reason(int):
- Reason for the resume:
0
: The user resumed screen sharing.1
: Screen sharing was resumed automatically after the shared window became visible again (Mac) or after setting parameters (Windows).2
: Screen sharing was resumed automatically after the shared window became minimized and then recovered (only for Windows).3
: Screen sharing was resumed automatically after the shared window became visible again (only for Windows).
- Reason for the resume:
- reason(int):
Implementation
final void Function(int reason)? onScreenCaptureResumed;