libwebrtc
libwebrtc copied to clipboard
LibWebRTC tooling, rust bindings and more
Results
3
libwebrtc issues
Sort by
recently updated
recently updated
newest added
Line 9 in libwebrtc-build/bin/fetch reads ```Bash if [ os == "dawrwin" ]; then os="mac" fi ``` I don't think "dawrwin" is correct 😄
There are a lot of warnings in the code. Resolve them (check with @lightsofapollo to make sure it's OK to remove the unused). Also, run clippy and resolve any issues.
enhancement
For the public rust crate libwebrtc, add more info about the crate in the README.
documentation