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