librtcdcpp icon indicating copy to clipboard operation
librtcdcpp copied to clipboard

A simple WebRTC DataChannels library

Results 22 librtcdcpp issues
Sort by recently updated
recently updated
newest added

Update readme for linux cmake build instructions.

[root@localhost librtcdcpp]# make [ 7%] Building CXX object CMakeFiles/rtcdcpp.dir/src/DataChannel.cpp.o In file included from /usr/include/spdlog/spdlog.h:12, from /opt/Private/librtcdcpp/include/rtcdcpp/Logging.hpp:33, from /opt/Private/librtcdcpp/include/rtcdcpp/PeerConnection.hpp:33, from /opt/Private/librtcdcpp/src/DataChannel.cpp:35: /usr/include/spdlog/common.h:12:18: error: atomic: No such file or directory In file...

I see a TODO for "Handle trickle ICE candidates" [here](https://github.com/chadnickbok/librtcdcpp/blob/5ce7ac1cc7dd6aa61560576ee6fbd7542001ea54/include/rtcdcpp/PeerConnection.hpp#L96). But there are already two methods, one that supports handling trickle ICE candidates and the other for setting the initial...

This _should_ be easy, but unfortunately I can't figure out why the library isn't currently connecting to browsers on Mac OS

You should consider signing git commits & releases. - [onionshare#221 (comment)](https://is.gd/7vU4oK) - It is also displayed on GitHub: https://github.com/blog/2144-gpg-signature-verification - Here is GitHub's help for this: https://help.github.com/articles/generating-a-gpg-key/ - And here...

This library works fine on Windows as part of my closed-source app, but there are some things i need to do to make it easy to build. Initially I'll just...

I'd like to get this library building with cmake on pc/mac/linux to make things easier.

Similar to iOS, it would be cool if this library built and ran nicely on Android.

Not sure what the best way to build/package/deploy onto iOS looks like, but it would be awesome if this library worked across mobile platforms. Biggest issue I can see right...