Open KiranKumarJella opened 1 month ago
hi @KiranKumarJella , can you please share
1.Version: @azure/communication-calling-effects: "^1.1.1" 2.const callAdapterOptions: AzureCommunicationCallAdapterOptions = useMemo(() => { const videoBackgroundImages = [ { key: 'DefaultVideoEffect', url: 'sampleUrl', tooltipText: 'Sampletext' } ]; return { videoBackgroundOptions: { videoBackgroundImages, onResolveDependency: onResolveVideoEffectDependencyLazy, defaultSelectedKey: 'DefaultVideoEffect' } }; }, []);
Moved issue to @azure/communication-calling-effects
repository for better issue tracking
Hi Team,
I wanted to highlight some issues we're facing with the background effects in our video consultations. We need improvements in the following areas: 1.Better retention of fine details, especially around fingertips. 2.Reduction of harsh edges in the cutout. is there any solution on this.