UNPKG

communication-react-19

Version:

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

7 lines 376 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export { loadOutboundCallComposite } from './outboundCallCompositeLoader'; export { loadCallComposite } from './callCompositeLoader'; export { loadChatComposite } from './chatCompositeLoader'; export { loadCallWithChatComposite } from './callWithChatCompositeLoader'; //# sourceMappingURL=index.js.map