• This repository has been archived on 05/Jun/2020
  • Stars
    star
    109
  • Rank 319,077 (Top 7 %)
  • Language
    C++
  • License
    Other
  • Created about 8 years ago
  • Updated over 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

WebRTC C++ library built on top of chromium webrtc.

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