Skip to content

Latest commit

 

History

History

webRTC

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
template thumbnail
true
./thumbnail.png

Name of the file

Level :

What does it do ? ✨

This example provides you with a basic setup for video chatting. You have exactly one room, anyone can join the conversation with either their microphone, webcam or both.

What hardware is needed ? 💾 🔌

  • webcam
  • microphone

Software dependencies 🌈 📂

  • nodeJS
  • see package.json

How to run ? 🚀

npx degit AtelierNum/boilerplates/webRTC#main myWebRTCExample
cd myWebRTCExample
npm install && npm run dev

How to modify ? 🔩 🔨

Given the complexity of this one it's only reasonable to point you to these resources and tell you to reach out if you need further help.