Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 462 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 462 Bytes

Telehealth Example App

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.

Usage

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