Skip to content
This repository was archived by the owner on May 19, 2023. It is now read-only.
/ acs-roulette Public archive

Video-chat website that pairs random users in 1-on-1 sessions based on Azure Communication Services.

Notifications You must be signed in to change notification settings

petrsvihlik/acs-roulette

Folders and files

NameName
Last commit message
Last commit date
Jul 28, 2021
Jul 30, 2021
Jul 29, 2021
Jul 28, 2021
Jul 30, 2021
Jul 28, 2021
Jul 28, 2021
Jul 28, 2021
Jul 28, 2021
Jul 28, 2021

Repository files navigation

Live Demo

ACS Roulette

Video-chat website that pairs random users in 1-on-1 sessions based on Azure Communication Services.

Calling myself This is how I connected myself to my random self.

Live demo

Prerequisites

Server

  • create a .env file with COMMUNICATION_SERVICES_CONNECTION_STRING="<acsResourceConnectionString>"
  • npm i
  • npm run debug
  • ngrok http 8080 -host-header="localhost:8080"

Client

  • cd client
  • create a .env file with CONNECTION_BASE_API_URL="https://<acsRouletteServerBaseUrl>"
  • npm i
  • npm run start