A very brief introduction to WebRTC using a practical example.

Efren Yevale Varela 36f7b6912d Fixed body пре 4 година
static 3bfb4a6e11 Added object detection пре 4 година
views 36f7b6912d Fixed body пре 4 година
.gitignore 4576179319 Initial commit пре 4 година
LICENSE.md 4576179319 Initial commit пре 4 година
README.md 4576179319 Initial commit пре 4 година
app.js 2109a18bfe Added conference room page пре 4 година
package-lock.json 4576179319 Initial commit пре 4 година
package.json 4576179319 Initial commit пре 4 година

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.