Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

vmolsa/libcrtc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WebRTC C++ library

WebRTC (Web Real-Time Communication) is a collection of communications protocols and application programming interfaces that enable real-time communication over peer-to-peer connections. This allows web browsers to not only request resources from backend servers, but also real-time information from browsers of other users.

This enables applications such as video conferencing, file transfer, chat, or desktop sharing without the need of either internal or external plugins.

WebRTC is being standardized by the World Wide Web Consortium (W3C) and the Internet Engineering Task Force (IETF). The reference implementation is released as free software under the terms of a BSD license.

WebRTC uses Real-Time Protocol to transfer audio and video.

See also

API Documentation

libcrtc

Licence & copyright

libcrtc is licensed under an MIT license. libcrtc has built on top of webrtc. for more webrtc license