Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.58 KB

File metadata and controls

32 lines (23 loc) · 1.58 KB

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.1"}
  ]
end