From 77eb76e4670a1c4a91b076cedbff7829caed1f4a Mon Sep 17 00:00:00 2001 From: Heikki Tampio Date: Tue, 30 Jan 2024 11:14:33 +0200 Subject: [PATCH] readme: Move mention of UVG Discord --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0413cdc..355a7fb 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,8 @@ Currently supported specifications: * [RFC 3711: The Secure Real-time Transport Protocol (SRTP)](https://datatracker.ietf.org/doc/html/rfc3711) * [RFC 6189: ZRTP: Media Path Key Agreement for Unicast Secure RTP](https://datatracker.ietf.org/doc/html/rfc6189) +You are welcome to contact us in our Discord if you have questions or comments regarding the library [![Discord](https://img.shields.io/discord/973260924288901140?style=plastic)](https://discord.gg/fZpub7BPUA) + ## Notable features * AVC/HEVC/VVC video streaming, including packetization @@ -37,10 +39,6 @@ To get started using uvgRTP, check out [usage](USAGE.md) file which contains a s Furthermore, we also provide a Doxygen documentation of the [public API](https://ultravideo.github.io/uvgRTP/html/index.html) on Github. -## Ultra Video Group in Discord - -Contact us in our Discord if you have questions or comments regarding the library [![Discord](https://img.shields.io/discord/973260924288901140?style=plastic)](https://discord.gg/fZpub7BPUA) - ## Contributing We warmly welcome any contributions to the project. If you are considering submitting a pull request, please read [CONTRIBUTING.md](CONTRIBUTING.md) before proceeding.