enableHighLight property

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

(For macOS and Windows only) Whether to place a border around the shared window or screen: true : Place a border. false : (Default) Do not place a border. When you share a part of a window or screen, the SDK places a border around the entire window or screen if you set this parameter to true.

Implementation

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