All Projects → pion → Demo Conference

pion / Demo Conference

Licence: mit
A simple web conferencing application built using Pion

Labels

Pion demo-conference

demo-conference is an example of fully featured Pion deploy. A working signaler, TURN server and web app.

This is a good template for building your application, fork and start adding features to the frontend or implement the callbacks in TURN/Signaler to get auth working with your existing application.

Prerequisites

A working Docker and Docker Compose setup.

Running

For developing a docker-compose.yml is available with features like hot-reloads so you can quickly start developing.

  • Trust all localhost HTTPS certificates -- open chrome://flags in a new tab and enable #allow-insecure-localhost
  • Generate your SSL certificates, WebRTC only works over HTTPS so we have to serve www and signaler via HTTPS
./create-ssl-cert.sh
  • Start demo-conference
docker-compose up --build
  • Open up demo-conference After you share your webcam you have joined the conference! Open multiple tabs, chat with yourself...

Now start hacking! Everything is hot-reload, so you can start making changes in the signaler, turn or www folder and your changes will be reflected right away.

Contributing

See CONTRIBUTING.md

License

MIT License - see LICENSE.md for full text

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].