Is it possible to hide the virtual background?

Description
Is it possible to hide the virtual background menu item from the More menu programmatically or using Zoom account settings?

Which Android Meeting SDK version?
Zoom Android SDK v5.7.1.1266

Thanks!

Hey @venkat,

Thanks for using the dev forum!

Yes, you can disable virtual backgrounds in your account settings by visting Zoom.us and navigating to settings → In Meeting (advanced) → Virtual backgrounds.

Thanks!
Michael

Hi @Michael_Condon, Thanks for the update.

  1. Is there any option/SDK method to hide virtual background using Android Zoom SDK programmatically?

  2. Also observed that virtual background option is not available for some mobile devices
    a. OnePlus7 with OS 11 - Showing virtual background option
    b. Realme2 Pro with OS 10 - Not showing virtual background option

So, this option will not be available for all Android versions?

Could you please confirm.

I have identified that by using below setting the virtual background option is not showing
MeetingSettingsHelper. enable720p(true)
But this method is already deprecated.

Thanks.

Hi @venkat,

Is there any option/SDK method to hide virtual background using Android Zoom SDK programmatically?

Unfortunately there is no way to do this programmatically.

Also observed that virtual background option is not available for some mobile devices
a. OnePlus7 with OS 11 - Showing virtual background option
b. Realme2 Pro with OS 10 - Not showing virtual background option

Since the Zoom client has some system requirements for virtual backgrounds, these will also apply to the Meeting SDK. More information can be found here.

I have identified that by using below setting the virtual background option is not showing
MeetingSettingsHelper. enable720p(true)

Currently, virtual backgrounds are not compatible with the 720p setting.

Thanks!

@jon.zoom thanks for the update and confirmation.

You are very welcome!

Don’t hesitate to reach back out with any additional questions. :slightly_smiling_face:

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