WebRTC (Real Time Communication over Web)
With WebRTC, you can add real-time communication capabilities to your application that works on top of an open standard. It supports video, voice, and generic data to be sent between peers, allowing developers to build powerful voice- and video-communication solutions. The technology is available on all modern browsers as well as on native clients for all major platforms.
In this session we'll learn
What is WebRTC
Capturing Audio Stream
Audio Recorder
Capturing Camera/Video Stream
Video + Audio Recorder
Capturing Screen Sharing
Recording Screen Sharing
Merging Camera + Screen Sharing Stream
Peer to Peer Audio/Video/Screen Sharing
Source code used in session is available at
https://github.com/bilalshahzad139/in...
For NodeJS as Signaling Server, check this video
• Part 2- WebRTC Demo with NodeJS (signaling...