How to set virtual background image using Zoom Embedded Meeting SDK?

Not able to set virtual background using Meeting SDK

zmClient.current?.updateVirtualBackgroundList([{“id”:“test”,“displayName”:“test”,“fileName”:“9731022f0be7c965e880505461643850.jpg”,“url”:“https://i.ibb.co/jZk4jQ5/9731022f0be7c965e880505461643850.jpg”}]).then(() => {
zmClient.current?.setVirtualBackground(“test”);
});

I’m using following version:
@zoom/meetingsdk”: “^3.1.6”,

@logesh.g ,
Hey, thank you for posting in the Zoom development forum. To start, could you please share what kind of SDK you’re using? Are you using the Client View or Component? Also, please verify the version as this will help us better understand the behavior you were describing. Additionally, it would be helpful if you could share any console messages.