Skip to content

Latest commit

 

History

History

cpp-data-channel-client

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

cpp-data-channel-client

This example shows how to use the C++ library to create a client that communicates with another one by a WebRTC data channel. This example should be used with web-data-channel-client.

How to use

cd ../..
mkdir build
cd build
cmake ..
cmake --build . --config Release|Debug

cd bin/Release
./CppDataChannelClient