A very brief introduction to WebRTC using a practical example.

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

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.