This book is a step-by-step project-based guide that aims to teach you how to develop your own web applications and services with WebRTC in a concise, practical manner. This book will be perfect for you if you are a WebRTC developer and want to build complex WebRTC applications and projects, or if you want to gain practical experience in developing web applications, advanced WebRTC media handling, server and client signaling, call flows, or third-party integration. It is essential to have prior knowledge of building simple applications using WebRTC.
What you will learn
Create video conference web services that work without installing plugins or additional thirdparty software
Use ICE and STUN to pass through NAT and firewalls
Learn how to create and use direct peertopeer data channels to secure exchange data
Build a crossplatform signalling server for WebRTC applications
Work with user files from JavaScript code using the modern HTML5 File API
Install and configure your own TURN/STUN server
Integrate your application with a TURN server using authentication
Make your application more secure and safe using HTTPS
Develop your own secure web applications and services with practical projects