Welcome to the official repository for the Implementing Real-Time Video Streaming in Unity with WebRTC article.
- Starting Unity Project: An initial Unity project setup to follow along with the article's coding tutorial.
- Completed Unity Project: You can use this for reference if any of the steps seem unclear or if you want to jump to the finished app.
- Completed Server-Side Project: The accompanying server-side application required for WebRTC signaling between peers.
Clone the repo with GIT or download the zipped files directly by following this instruction.
Happy coding!