I want to know that is there any way or property related to zoom web sdk to set or enabled so I can see in zoom meeting (Which runs using zoom sdk) images which I have added through admin login in zoom portal?
this feature (custom images for background) is not available for zoom web api (tested with v2.6.0) - but it already works on the (non api) web version on zoom.us
so there is hope that it will be integrated into zoom web api in the future version
Hello guys,
I am using Meeting SDK of latest version in my reactJS web to enable zoom meeting.
I am using Client view component
Also SharedArrayBuffer is there to enable the virtual background and other features.
Everything is working fine but, I am not getting (+) button of add custom virtual background.
Like i am not seeing option to upload a custom image for VB. Do i have to do any extra configuration in my code for this?