Skip to content

daily-solutions/daily-activefence

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ActiveFence daily-python demo

This demo comes in two parts. The python directory contains the daily-python code, and the moderator-client directory contains a lightly modified version of the daily-react example app from this repo.

To run the python code, edit activefence.py to add your own room and API key info, then run ngrok and the python script:

ngrok http -subdomain=yoursubdomain 8080
cd python
pip install daily-python requests boto3
python activefence.py

To run the moderator-client app:

cd moderator-client
npm install
npm start

You can directly join your room by opening http://localhost:3000?roomUrl=https://YOURDOMAIN.daily.co/YOURROOM.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published