README.md
# ExRTCP
[](https://hex.pm/packages/ex_rtcp)
[](https://hexdocs.pm/ex_rtcp)
[](https://github.com/elixir-webrtc/ex_rtcp/actions/workflows/ci.yml)
[](https://codecov.io/gh/elixir-webrtc/ex_rtcp)
Implementation of RTCP protocol in Elixir.
Implements:
- [RFC 3550 - RTP: A Transport Protocol for Real-Time Applications](https://datatracker.ietf.org/doc/html/rfc3550)
## Installation
```elixir
def deps do
[
{:ex_rtcp, "~> 0.1.0"}
]
end
```