UNPKG

communication-react-19

Version:

React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)

19 lines 759 B
import React from 'react'; import { ActiveErrorMessage } from "../../../../react-components/src"; import { VideoBackgroundImage } from '../CallComposite'; import { ActiveVideoEffect } from '../CallComposite/components/SidePane/useVideoEffectsPane'; /** * Pane that is used to show video effects button * @private */ /** @beta */ export declare const VideoEffectsPaneContent: (props: { activeVideoEffectError?: ActiveErrorMessage; onDismissError: (error: ActiveErrorMessage) => void; activeVideoEffectChange: (effect: ActiveVideoEffect) => void; updateFocusHandle: React.RefObject<{ focus: () => void; }>; backgroundImages: VideoBackgroundImage[] | undefined; }) => JSX.Element; //# sourceMappingURL=VideoEffectsPane.d.ts.map