Open WebRTC Toolkit QUIC SDK based on the Chromium project to provide C++ APIs for both server side and client side QUIC support.
This repository has two projects for QUIC support. They might be merged in the future.
- quic_io is developed for QUIC based internal I/O among OWT server agents.
- quic_transport is a SDK for both server side and client side WebTransport support.
Please refer to this file for build instructions for quic_io and this file for build instructions for quic_transport.
We warmly welcome community contributions to Open WebRTC Toolkit Media Server repository. If you are willing to contribute your features and ideas to OWT, follow the process below:
- Make sure your patch will not break anything, including all the build and tests
- Submit a pull request onto https://github.com/open-webrtc-toolkit/owt-deps-quic/pulls
- Watch your patch for review comments, if any, until it is accepted and merged. The OWT project is licensed under Apache License, Version 2.0. By contributing to the project, you agree to the license and copyright terms therein and release your contributions under these terms.
Use the "Issues" tab on Github.