ExRTCP Implementation of RTCP protocol in Elixir. Implements:RFC 3550 - RTP: A Transport Protocol for Real-Time Applications Installationdef deps do [ {:ex_rtcp, "~> 0.1.0"} ] end