Android SDK Low Video Resolution on Customized UI model

Description
Android SDK Low Video Resolution on Customized UI model.

is there any config to set / improve video resolution on customized UI.

Which Android Meeting SDK version?
5.2.42043.1112

To Reproduce(If applicable)
Steps to reproduce the behavior:

  1. Use Demo Project(Default UI) and Customized UI Project to join a meeting
  2. Compare the two devices screen resolution
  3. Customized UI device video resolution is obvious lower than ZOOM default UI.
  4. See screenshot.

Screenshots

Smartphone (please complete the following information):

Additional context
The devices are same model and running in the same network ,join the same meeting.

Hi @aaronxu33, thanks for the post.

There are definitely some scenarios in which the Zoom client or SDK using default UI will have superior video quality. This is mainly due to the fact that the default UI & client exist in an environment that we can control end-to-end.

We would like to implement a solution at some point that could allow the same video quality to be reached in a custom UI, but this is probably not something that will happen in the near future. In order to achieve the best quality possible with a custom UI implementation, I would recommend limiting the number of MobileRTCVideoView instances you have showing at any given time (note that this does not include your own video preview, as that is local video).

Thanks!

Hi @jon.zoom thanks for the information.

You are very welcome, glad I could help clarify!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.