enableHightLight abstract method

Future<void> enableHightLight(
  1. bool enable,
  2. {ZegoLayerBorderConfig? config}
)

Set whether to highlight the capture area

Available since: 3.20.0 Description: Set whether to highlight the capture area. When to call: It can be called after the engine by createScreenCaptureSource has been initialized. Restrictions: Only available on Windows/macOS.

  • enable Whether to highlight the capture area. true to highlight, false to not highlight, the default is false.
  • config Highlight capture area border configuration.

Implementation

Future<void> enableHightLight(bool enable, {ZegoLayerBorderConfig? config});