Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 386 Bytes

File metadata and controls

16 lines (12 loc) · 386 Bytes

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