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) |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot