Creating a WebRTC based video conference system can be quiet challenging, especially if you are a complete newbie. Tasks that seem so simple turn out to be more complicated than expected, and it happened many times. For example, when you wish to acquire the names of connected users, having thought it’d be easy to achieve but actually take a very long time to get it to work, or may not work at all. Furthermore, not many references out there, whether from books or internet sources, that contain accurate information on how to successfully build and deploy a WebRTC app. There be the case, and that’s precisely why this course is here. In this course you will learn basic knowledge of what WebRTC is, the preparation needed to implement it from scratch, step by step programming, app deployment, performance evaluation and some coding tips. The WebRTC video conference app in this course, include some features:
Start a new meeting
Join an existing meeting
User validation with invitation and passcode
Dynamic date
Display users' mini video
Display users' main video
Count number of participants
Microphone control
Camera control
Share screen (get shared screen on join meeting, show shared screen after user change main video)
Record screen
Text chat
File sharing
Leave meeting
Running App using different devices (PC, laptop, tablet & smartphone)
App deployment to cPanel hosting server
Performance evaluation