UNPKG

@azure/communication-react

Version:

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

10 lines 236 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. /** * @private */ export const Constants = { TYPING_INDICATOR_MAINTAIN_TIME: 8 * 1000, DUMMY_DATE: new Date(0) }; //# sourceMappingURL=constants.js.map