enableHighPerformance property

bool enableHighPerformance
getter/setter pair

Whether to enable high-performance mode (will only take effect when sharing the screen), the default is true.

When enabled, the screen capture performance is the best, but the anti-occlusion ability will be lost. If you enable enableHighLight + enableHighPerformance at the same time, the remote user can see the highlighted border.

Implementation

bool enableHighPerformance;