Help Center> Meeting> Client SDK Reference> Android SDK> API Reference> Basic Settings> Enabling or Disabling HD Video First for a Video Meeting
Updated on 2023-03-23 GMT+08:00

Enabling or Disabling HD Video First for a Video Meeting

You can configure whether to enable the HD video first function in OpenSDKConfig.

When HD video first is enabled:

1. The local client can send HD video.

2. You can choose to watch HD video.

3. The sending resolution is not reduced based on factors such as mobile phone performance.

Application Scenarios

Scenarios that require HD video

Precautions

1. sdkConfig takes effect only when this configuration is passed during SDK initialization.

Before the meeting starts, specify whether to enable the function of preferentially transmitting HD video images. After the function is enabled, HD video images are preferentially transmitted, with the network and mobile phone performance ignored.

Sample Code

1
2
OpenSDKConfig sdkConfig = new OpenSDKConfig(Context)
                .setHighResolutionFirst(true)