This is a simple example app that demonstrates how to use the Whereby browser SDK to create a telehealth application. Created with Create React App and Whereby's browser SDK.
Replace the ROOM_URL
constant in src/App.tsx
with your own Whereby room URL.
yarn install # or npm install
yarn dev # or npm dev