Skip to content

Abhi5h3k/WebRTC-PeerJs-Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔥Simple WebRTC Demo PeerJs🔥

Abhishek LinkedIn Abhishek StackOverflow

  1. Video call demo
  2. Join room and Share screen Demo
  3. Screen share without accessing camera
  4. Stream local video to remote peer

Room created and waiting for peer to join

image


Display screen shared to remote on your window

image

Screen shared by remote

image


WebRTC

image

Real-time communication for the 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. The technologies behind WebRTC are implemented as an open web standard and available as regular JavaScript APIs in all major browsers. For native clients, like Android and iOS applications, a library is available that provides the same functionality. The WebRTC project is open-source and supported by Apple, Google, Microsoft and Mozilla, amongst others.


image


The PeerJS library PeerJS simplifies WebRTC peer-to-peer data, video, and audio calls.

PeerJS wraps the browser's WebRTC implementation to provide a complete, configurable, and easy-to-use peer-to-peer connection API. Equipped with nothing but an ID, a peer can create a P2P data or media stream connection to a remote peer.

Authors

License

This project is opensource, Kindly maintain the proper credits for author and contributers.