Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 757 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 757 Bytes

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.