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

vmolsa/libcrtc

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
April 14, 2017 10:42
doc
April 20, 2017 10:56
April 18, 2017 17:14
src
April 20, 2017 09:11
April 18, 2017 17:41
April 21, 2017 17:21
April 14, 2017 10:42
April 18, 2017 17:16
April 20, 2017 11:08
April 14, 2017 10:42

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