You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/tutorials/call-readiness/call-readiness-overview.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,9 +90,7 @@ Your final app prompts the user onto a supported browser and access for the came
90
90
To create a react App, we use `vite`. It is a build tool that aims to provide a faster and leaner development experience for modern web projects.
91
91
You can read more about `vite` here [Create a React App from scratch](https://react.dev/learn/build-a-react-app-from-scratch) and [Getting Started with Vite](https://vite.dev/guide/)
92
92
93
-
Note that the Azure Communication Service UI library only supports up to React 18. Verify that you are on the supported version after creating the react app by checking `package.json`
94
-
95
-
At the end of this process, you should have a full application inside of the folder `ui-library-call-readiness-app`.
93
+
Note that the Azure Communication Service UI library only supports up to React 18. Verify that you are on the supported version after creating the react app by checking `package.json`.
96
94
For this quickstart, we modify the files inside of the `src` folder.
0 commit comments