# owt-sdk-quic **Repository Path**: keycoding_f/owt-sdk-quic ## Basic Information - **Project Name**: owt-sdk-quic - **Description**: No description available - **Primary Language**: Unknown - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-01-11 - **Last Updated**: 2024-04-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Open WebRTC Toolkit QUIC SDK Open WebRTC Toolkit QUIC SDK based on the Chromium project to provide C++ APIs for both server side and client side QUIC support. ## Code structure 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](https://w3c.github.io/webtransport/) support. ## How to build Please refer to [this file](quic_io/readme.md) for build instructions for quic_io and [this file](quic_transport/docs/build_instructions.md) for build instructions for quic_transport. ## How to contribute 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. ## How to report issues Use the "Issues" tab on Github. ## See Also https://webrtc.intel.com