Skip to content

It is a web-based chatting application utilizing WebRTC for real-time video conferencing.

Notifications You must be signed in to change notification settings

abhijanbarik/LiveChat-webRTC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Live Chatting application using WebRTC (p2p)

The WebRTC standard covers, on a high level, two different technologies: media capture devices and peer-to-peer connectivity.

Media capture devices includes video cameras and microphones, but also screen capturing "devices". For cameras and microphones, we use navigator.mediaDevices.getUserMedia() to capture MediaStreams. For screen recording, we use navigator.mediaDevices.getDisplayMedia() instead.

The peer-to-peer connectivity is handled by the RTCPeerConnection interface. This is the central point for establishing and controlling the connection between two peers in WebRTC.

About

It is a web-based chatting application utilizing WebRTC for real-time video conferencing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published