page_type | languages | products | |||
---|---|---|---|---|---|
sample |
|
|
For full instructions on how to build this code sample from scratch, look at Quickstart: Get Started with Stateful Call Client
- An Azure account with an active subscription. Create an account for free .
- Node.js Active LTS and Maintenance LTS versions (8.11.1 and 10.14.1 recommended).
- An active Communication Services resource. Create a Communication Services resource.
- An identity with both VoIP and Chat scopes. Generate an identity using the Azure Portal.
- Run
npm i
on the directory of the project to install dependencies - Swap placeholders for identifiers in
src/App.tsx
- Run
npm run start
Open your browser to http://localhost:3000
. You should see the following:
Feel free to style the UI Components to your desired size and layout inside of your application.