communication-react-19
Version:
React library for building modern communication user experiences utilizing Azure Communication Services (React 19 compatible fork)
55 lines • 5.34 kB
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/**
* `@azure/communication-react` is an npm package that exports the functionality of the Azure Communication Services - UI Library.
*
* This package makes it easy for you to build modern communications user experiences using Azure Communication Services. It gives you a library of production-ready UI components that you can drop into your applications:
* - Composites: These components are turn-key solutions that implement common communication scenarios. You can quickly add video calling or chat experiences to your applications. Composites are open-source higher order components built using UI components.
* - UI Components - These components are open-source building blocks that let you build custom communications experience. Components are offered for both calling and chat capabilities that can be combined to build experiences.
*
* These UI client libraries all use Microsoft's Fluent design language and assets. Fluent UI provides a foundational layer for the UI Library and is actively used across Microsoft products.
*
* In conjunction with the UI components, the UI Library exposes a stateful client library for calling and chat. This client is agnostic to any specific state management framework and can be integrated with common state managers like Redux or React Context.
* This stateful client library can be used with the UI Components to pass props and methods for the UI Components to render data. For more information, see Stateful Client Overview.
*
* For more information visit: https://aka.ms/acsstorybook
*
* @packageDocumentation
*/
export { fromFlatCommunicationIdentifier, toFlatCommunicationIdentifier } from '../../acs-ui-common/src';
export { CallClientProvider, CallAgentProvider, CallProvider, useCallClient, useCallAgent, useCall, useDeviceManager, getCallingSelector, createDefaultCallingHandlers } from '../../calling-component-bindings/src';
export { useTeamsCallAgent, useTeamsCall, createDefaultTeamsCallingHandlers } from '../../calling-component-bindings/src';
export { ChatClientProvider, ChatThreadClientProvider, useChatClient, useChatThreadClient, getChatSelector, createDefaultChatHandlers } from '../../chat-component-bindings/src';
export { _IdentifierProvider, CameraButton, ControlBar, ControlBarButton, DevicesButton, EndCallButton, ErrorBar, GridLayout, LocalizationProvider, MessageStatusIndicator, MessageThread, MicrophoneButton, ParticipantItem, ParticipantList, ParticipantsButton, ScreenShareButton, SendBox, StreamMedia, TypingIndicator, VideoGallery, VideoTile, COMPONENT_LOCALE_EN_GB, COMPONENT_LOCALE_AR_SA, COMPONENT_LOCALE_CS_CZ, COMPONENT_LOCALE_CY_GB, COMPONENT_LOCALE_DE_DE, COMPONENT_LOCALE_ES_ES, COMPONENT_LOCALE_ES_MX, COMPONENT_LOCALE_FI_FI, COMPONENT_LOCALE_FR_FR, COMPONENT_LOCALE_FR_CA, COMPONENT_LOCALE_HE_IL, COMPONENT_LOCALE_IT_IT, COMPONENT_LOCALE_JA_JP, COMPONENT_LOCALE_KO_KR, COMPONENT_LOCALE_NB_NO, COMPONENT_LOCALE_NL_NL, COMPONENT_LOCALE_PL_PL, COMPONENT_LOCALE_PT_BR, COMPONENT_LOCALE_RU_RU, COMPONENT_LOCALE_SV_SE, COMPONENT_LOCALE_TR_TR, COMPONENT_LOCALE_ZH_CN, COMPONENT_LOCALE_ZH_TW } from '../../react-components/src';
export { ImageOverlay } from '../../react-components/src';
export { HoldButton } from '../../react-components/src';
export { RaiseHandButton } from '../../react-components/src';
export { Dialpad } from '../../react-components/src';
export { IncomingCallNotification, IncomingCallStack } from '../../react-components/src';
/* @conditional-compile-remove(call-readiness) */
export { CameraAndMicrophoneSitePermissions, MicrophoneSitePermissions, CameraSitePermissions } from '../../react-components/src';
export { ReactionButton } from '../../react-components/src';
/* @conditional-compile-remove(rich-text-editor) */
export { RichTextSendBox } from '../../react-components/src';
/* @conditional-compile-remove(file-sharing-acs) */
export { defaultAttachmentMenuAction } from '../../react-components/src';
export * from '../../react-components/src/localization/locales';
export * from '../../react-components/src/theming';
export * from '../../calling-stateful-client/src/index-public';
export { createStatefulChatClient } from '../../chat-stateful-client/src';
export * from '../../react-composites/src/index-public';
export * from './mergedHooks';
/* @conditional-compile-remove(unsupported-browser) */
export { UnsupportedBrowser } from '../../react-components/src';
/* @conditional-compile-remove(unsupported-browser) */
export { UnsupportedBrowserVersion } from '../../react-components/src';
/* @conditional-compile-remove(unsupported-browser) */
export { UnsupportedOperatingSystem } from '../../react-components/src';
export { NotificationStack, Notification } from '../../react-components/src';
export { RealTimeTextModal } from '../../react-components/src';
export { RealTimeText } from '../../react-components/src/components/RealTimeText';
export { StartRealTimeTextButton } from '../../react-components/src/components/StartRealTimeTextButton';
export { CaptionsSettingsModal } from '../../react-components/src';
export { CaptionsBanner } from '../../react-components/src/components/CaptionsBanner';
export { StartCaptionsButton } from '../../react-components/src/components/StartCaptionsButton';
//# sourceMappingURL=index.js.map