UNPKG

@azure/communication-react

Version:

React library for building modern communication user experiences utilizing Azure Communication Services

8 lines 257 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * Default max listeners for use with {@link EventEmitter.setMaxListeners} function * @internal */ export const _MAX_EVENT_LISTENERS = 50; //# sourceMappingURL=constants.js.map