Zoomtopia is here. Unlock the transformative power of generative AI, helping you connect, collaborate, and Work Happy with AI Companion.
Register nowEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Learn moreKeep your Zoom app up to date to access the latest features.
Download Center Download the Zoom appDownload hi-res images and animations to elevate your next Zoom meeting.
Browse Backgrounds Zoom Virtual BackgroundsEmpowering you to increase productivity, improve team effectiveness, and enhance skills.
Zoom AI Companion2024-08-23 12:42 PM
Hello,
We are using Zoom Web SDK, now user can set virtual background from limited selections(images) preloaded with SDK. It seems there is no way to allow user to upload or use their own virtual background image
Solved! Go to Solution.
2024-08-28 12:15 PM
Hello @help888
@Humashankar you are half right and half wrong. You cannot upload virtual background, but you can provide your own images to be used as virtual background.
I have a solution for this. I am not sure why the forum deleted my previous answer. Probably because I included javascript code in it.
Basically, you can provide your own virtual background by using the method
2024-08-25 07:20 AM
Hi @help888
The Zoom Web SDK does not currently have a built-in feature to allow users to upload and use their own virtual background images directly. you can try to implement a custom solution.
Also if you wish you can also make use of this form
Hope this helps - Happy to help further!!
Thank you very much and have a great one!
Warm regards
2024-08-28 11:55 AM
Check my reply.
2024-08-28 11:53 AM
You can actually override the virtual background in the client meeting sdk.
Note that virtual backgrounds work when ArrayBuffer is accessible in the page. For this I have my zoom client implementation in a standalone page with no third party loaded.
So basically, just put this in the window.ZoomMtg.join success callback
2024-08-28 12:15 PM
Hello @help888
@Humashankar you are half right and half wrong. You cannot upload virtual background, but you can provide your own images to be used as virtual background.
I have a solution for this. I am not sure why the forum deleted my previous answer. Probably because I included javascript code in it.
Basically, you can provide your own virtual background by using the method
2024-08-29 10:20 AM
Thank you very much!