consumers\check_screen_share library

Classes

CheckScreenShareOptions
Options for the checkScreenShare function.
CheckScreenShareParameters
Parameters for checking screen sharing status and managing screen share actions.

Functions

checkScreenShare(CheckScreenShareOptions options) Future<void>
Checks and manages screen sharing status, initiating or stopping screen share actions based on conditions.

Typedefs

CheckScreenShareType = Future<void> Function(CheckScreenShareOptions options)
Type definition for the checkScreenShare function.