Start Share Screen Options
data class StartShareScreenOptions(val parameters: StartShareScreenParameters, val targetWidth: Int? = null, val targetHeight: Int? = null, val mediaProjectionData: Map<String, Any?>? = null)
Options for starting screen sharing.
Properties
Link copied to clipboard
Platform-specific data for screen capture permission. On Android, this should contain "resultCode" and "data" from MediaProjectionManager permission result. Use ScreenCaptureHelper on Android to obtain this data.
Link copied to clipboard
The parameters for screen sharing
Link copied to clipboard
Desired capture height (default: 1080)
Link copied to clipboard
Desired capture width (default: 1920)