Registry / networking / libdatachannel

libdatachannel

JSON →
library0.24.3vcpkgunverified

Standalone implementation of WebRTC Data Channels, WebRTC Media Transport, and WebSockets in C++17 with C bindings.

vcpkg install libdatachannel
INSTALL
IMPORT
SIG · LIBDATACHANNEL
L
libdatachannel
networkingcppv0.24.3
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

datachannel/datachannel.h
#include <datachannel/datachannel.h>

Create a WebRTC PeerConnection

#include <datachannel/datachannel.h> #include <iostream> int main() { rtc::InitLogger(rtc::LogLevel::Info); auto pc = std::make_shared<rtc::PeerConnection>(); std::cout << "PeerConnection created\n"; }
Debug
Known issues
gotchaRequires linking to system libraries (e.g., libssl, libcrypto) on some platforms.
fix
Ensure OpenSSL and other dependencies are installed and linked.
affects: *
Upgrade
Version history
0.24.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources

No resource links recorded.

libdatachannel — pip install libdatachannel · libregistry