![Screenshot 2023-05-25 at 16 27 06](https://private-user-images.githubusercontent.com/12814720/240944209-772cfd7c-63d4-4150-b32e-671731fcbf36.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkwMDgyNTQsIm5iZiI6MTczOTAwNzk1NCwicGF0aCI6Ii8xMjgxNDcyMC8yNDA5NDQyMDktNzcyY2ZkN2MtNjNkNC00MTUwLWIzMmUtNjcxNzMxZmNiZjM2LnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDA5NDU1NFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNhNzFiNzE5NjU5N2FhMWJkMWFkYzE4NDU0ZjQyNWYyMzU4ZGQ4MDRkYzJjMjQ2MDUzNDExOTczNzM3OWEwMTkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.c4SOpq5i-8K3KQT2sUIhhKaXU4-XLah0mcMN8z28-y0)
This repository demonstrates how to create a precall experience using the Daily Client SDK for Javascript and Daily React. A good precall experience where users can check their devices and test their network conditions is a great way to proactively tackle any potential in-call issues.
We recommend you fork this repository, so you can use it as a starting point for your own precall experience.
# clone repo (replace url with the location of your fork)
git clone [email protected]:daily-co/daily-precall-react.git
# go to root folder
cd daily-precall-react
# install dependencies
yarn install
# run the app
yarn dev
# build the app
yarn build
Once you've followed the installation steps, you can run yarn dev
to get the repo up and running.
The starterkit can be found on http://127.0.0.1:5174/
-- note that the port might change depending on any other processes you have running.
We use Vite for development and building.