UNPKG

communication-react-19

Version:

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

7 lines 437 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. export { CallComposite } from './CallComposite'; export * from './Strings'; export { createAzureCommunicationCallAdapter, createAzureCommunicationCallAdapterFromClient, useAzureCommunicationCallAdapter } from './adapter'; export { createTeamsCallAdapter, createTeamsCallAdapterFromClient, useTeamsCallAdapter } from './adapter'; //# sourceMappingURL=index.js.map