A very brief introduction to WebRTC using a practical example.

Efren Yevale Varela 4576179319 Initial commit 4 年 前
.gitignore 4576179319 Initial commit 4 年 前
LICENSE.md 4576179319 Initial commit 4 年 前
README.md 4576179319 Initial commit 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.