import { ICallingContainerProps } from "@microsoft/omnichannel-chat-components/lib/types/components/callingcontainer/interfaces/ICallingContainerProps"; export interface ICallingContainerStatefulProps extends ICallingContainerProps { voiceVideoCallingSdk?: any; }