setScreenCaptureContentHint abstract method

Future<void> setScreenCaptureContentHint(
  1. VideoContentHint contentHint
)

Sets the content hint for screen sharing. A content hint suggests the type of the content being shared, so that the SDK applies different optimization algorithms to different types of content. If you don't call this method, the default content hint is None. You can call this method either before or after you start screen sharing.

Param contentHint The content hint for screen sharing.

Implementation

Future<void> setScreenCaptureContentHint(VideoContentHint contentHint);