UNPKG

communication-react-19

Version:

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

14 lines 426 B
// 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', /* @conditional-compile-remove(unsupported-browser) */ 'unsupportedEnvironment' ]; //# sourceMappingURL=CallAdapter.js.map