/ex_turn

An Elixir implementation of TURN client (RFC 5766)

Primary LanguageElixirApache License 2.0Apache-2.0

ExTURN

Hex.pm API Docs CI codecov

In-memory implementation of the TURN client.

Implements:

Installation

def deps do
  [
    {:ex_turn, "~> 0.2.0"}
  ]
end