Added C API test link

This commit is contained in:
Paul-Louis Ageneau
2020-03-10 12:04:08 +01:00
parent 64e8957c54
commit f7f83aa519

View File

@ -116,3 +116,5 @@ pc->onDataChannel([&dc](shared_ptr<rtc::DataChannel> incoming) {
See [test/connectivity.cpp](https://github.com/paullouisageneau/libdatachannel/blob/master/test/connectivity.cpp) for a complete local connection example.
See [test/cpai.cpp](https://github.com/paullouisageneau/libdatachannel/blob/master/test/capi.cpp) for a C API example.