UNPKG

@azure/communication-react

Version:

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

8 lines 280 B
// Copyright (c) Microsoft Corporation. // Licensed under the MIT License. import { createClientLogger } from '@azure/logger'; /** * @private */ export const callingComponentLogger = createClientLogger('communication-react:calling-component'); //# sourceMappingURL=Logger.js.map