@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
8 lines • 332 B
TypeScript
import { VideoBackgroundEffectsDependency } from "../../../../calling-component-bindings/src";
/**
* Dependency resolution for video background effects.
*
* @public
*/
export declare const onResolveVideoEffectDependency: () => Promise<VideoBackgroundEffectsDependency>;
//# sourceMappingURL=resolveVideoEffectDependency.d.ts.map