@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
8 lines • 323 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
/**
* Subset of CallCompositePages that represent an end call state.
* @private
*/
export const END_CALL_PAGES = ['accessDeniedTeamsMeeting', 'joinCallFailedDueToNoNetwork', 'leftCall', 'removedFromCall'];
//# sourceMappingURL=CallAdapter.js.map