Skip to content

elixir-webrtc/ex_rtcp

Repository files navigation

ExRTCP

Hex.pm API Docs CI codecov

Implementation of the RTCP protocol in Elixir.

Implements packet types from:

For complete list of supported packet types, refer to the documentation.

See documentation page of ExRTCP.Packet for usage examples.

Installation

Add ex_rtcp to dependencies in mix.exs:

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