enableHightLight abstract method
- bool enable,
- {ZegoLayerBorderConfig? config}
Set whether to highlight the capture area
Available since: 3.21.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.
enableWhether to highlight the capture area. true to highlight, false to not highlight, the default is false.configHighlight capture area border configuration.
Implementation
Future<void> enableHightLight(bool enable, {ZegoLayerBorderConfig? config});