@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
13 lines • 544 B
TypeScript
import { SidePaneRenderer } from './SidePaneProvider';
import { ConferencePhoneInfo } from "../../../../../../react-components/src";
/** @private */
export declare const useMeetingPhoneInfoPane: (props: {
updateSidePaneRenderer: (renderer: SidePaneRenderer | undefined) => void;
mobileView?: boolean;
conferencePhoneInfo?: ConferencePhoneInfo[];
}) => {
openMeetingPhoneInfoPane: () => void;
closeMeetingPhoneInfoPane: () => void;
isMeetingPhoneInfoPaneOpen: boolean;
};
//# sourceMappingURL=useMeetingPhoneInfo.d.ts.map