page_type
languages
Platform
products
sample
azure
azure-communication-services
Place interop group calls with ACS and Teams users
For full instructions on how to build this code sample from scratch, look at Quickstart: Join your calling app to a Teams meeting
./place-interop-group-calls/index.html: to configure a basic layout that will allow the user to place group call with Teams users.
./place-interop-group-calls/client.js: contain the application logic.
Before running sample code
Open an instance of PowerShell, Windows Terminal, Command Prompt or equivalent and navigate to the directory that you'd like to clone the sample to.
git clone https://github.com/Azure-Samples/communication-services-javascript-quickstarts.git
With the Communication Services procured in pre-requisites, fetch connection string and update at line# 15 in client.js.
Run the command to bundle your application host on a local webserver. npx webpack serve --config webpack.config.js