Video-chat website that pairs random users in 1-on-1 sessions based on Azure Communication Services.
This is how I connected myself to my random self.
COMMUNICATION_SERVICES_CONNECTION_STRING="<acsResourceConnectionString>"
npm i
npm run debug
ngrok http 8080 -host-header="localhost:8080"
cd client
CONNECTION_BASE_API_URL="https://<acsRouletteServerBaseUrl>"
npm i
npm run start