This is a simple web-based video conferencing application using Flask and Wazo Platform.
To install the application on your system follow these steps:
- Install Wazo Platform It's free software!
- Create an account.
- Clone this repository
- Create a virtualenv and install the requirements
- Create a .env file by copying the .env.template file. Fill out the values for your Wazo server, username, password and room.
- Execute
python3 app.py
to start the server. - Navigate to http://localhost:5000 on your web browser (or use your system's public IP address to connect from another computer or phone).