Update virual Bakcround Image when join to zoom meet with out select background image from settings

how to update virual Bakcround Image when join to zoom meet without select background image from settings

https://source.zoom.us/uitoolkit/2.2.10-1/videosdk-ui-toolkit.min.umd.js

Hi @eng.alshiekhosman You can enable and enforce virtual background in the feature options object passed to the UItoolkit.

featuresOptions?: {
virtualBackground?: {
allowVirtualBackgroundUpload?:boolean;
enable:boolean;
enforceVirtualBackground?:boolean;
virtualBackgrounds?: { displayName?:string; url: string }[];
};
};