@azure/communication-react
Version:
React library for building modern communication user experiences utilizing Azure Communication Services
12 lines • 389 B
JavaScript
// Copyright (c) Microsoft Corporation.
// Licensed under the MIT License.
import React from 'react';
/**
* UI to display to the user that the environment they are using is not supported by calling application.
*
* @private
*/
export const UnsupportedEnvironment = (props) => {
return React.createElement(React.Fragment, null);
};
//# sourceMappingURL=UnsupportedEnvironment.js.map