View Source ExRTCP

Hex.pm API Docs CI codecov

Implementation of RTCP protocol in Elixir.

Implements:

Installation

def deps do
  [
    {:ex_rtcp, "~> 0.1.0"}
  ]
end