page_type: sample languages: - typescript - nodejs products: - azure - azure-communication-services
This is a sample application to show how we can use the @azure/communication-react package to build a calling experience.
Learn more about the Azure Communication Services UI Library.
The client-side application is a React based user interface. Alongside this front-end is a NodeJS web application powered by ExpressJS that performs functionality like minting new user tokens for each call participant.
Additional documentation for this sample can be found on Microsoft Docs.
Before contributing to this sample, please read our contribution guidelines.

We appreciate your feedback and energy helping us improve our services. Please let us know if you are satisfied with ACS through this survey.
shell
git clone https://github.com/Azure-Samples/communication-services-web-calling-hero.git`
Connection String from the Azure portal. For more information on connection strings, see Create an Azure Communication ResourcesConnection String, add the connection string to the samples/Server/appsetting.json file. Input your connection string in the variable: ResourceConnectionString.Endpoint string from the Azure portal. For more information on Endpoint strings, see Create an Azure Communication ResourcesEndpoint String, add the endpoint string to the samples/Server/appsetting.json file. Input your endpoint string in the variable EndpointUrlInstall dependencies
bash
npm run setup
Start the calling app
bash
npm run start
This will open a client server on port 3000 that serves the website files, and an api server on port 8080 that performs functionality like minting tokens for call participants.
The app shows an "Unsupported browser" screen but I am on a supported browser.
If your app is being served over a hostname other then localhost, you must serve traffic over https and not http.
npm run setupnpm run buildnpm run packageCalling/dist directory to your app service@azure/communication-react package offers.$ claude mcp add communication-services-web-calling-hero \
-- python -m otcore.mcp_server <graph>