captureMouseCursor property

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

Whether to capture the mouse in screen sharing: true : (Default) Capture the mouse. false : Do not capture the mouse. Due to macOS system restrictions, setting this parameter to false is ineffective during screen sharing (it has no impact when sharing a window).

Implementation

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