windowFocus property

  1. @JsonKey(name: 'windowFocus')
bool? windowFocus
final

Whether to bring the window to the front when calling the startScreenCaptureByWindowId method to share it: true : Bring the window to the front. false : (Default) Do not bring the window to the front.

Implementation

@JsonKey(name: 'windowFocus')
final bool? windowFocus;