@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
7 lines • 376 B
JavaScript
// 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