A very brief introduction to WebRTC using a practical example.

Efren Yevale Varela 36f7b6912d Fixed body il y a 4 ans
static 3bfb4a6e11 Added object detection il y a 4 ans
views 36f7b6912d Fixed body il y a 4 ans
.gitignore 4576179319 Initial commit il y a 4 ans
LICENSE.md 4576179319 Initial commit il y a 4 ans
README.md 4576179319 Initial commit il y a 4 ans
app.js 2109a18bfe Added conference room page il y a 4 ans
package-lock.json 4576179319 Initial commit il y a 4 ans
package.json 4576179319 Initial commit il y a 4 ans

README.md

Web Real-Time Communication Session

The objective is to give a very brief introduction to WebRTC using a practical example.

Things to cover:

  • Direct peer-to-peer communication.
  • Local stream.
  • Calling peers.
  • Sending and receiving streams.
  • Object detection for local stream using machine learning.

In no way should this be considered as a complete solution, the goal is just to provide enough elements for a start so all participants can grow from there.