README.md
# ExTURN
[](https://hex.pm/packages/ex_turn)
[](https://hexdocs.pm/ex_turn)
[](https://github.com/elixir-webrtc/ex_turn/actions/workflows/ci.yml)
[](https://codecov.io/gh/elixir-webrtc/ex_turn)
In-memory implementation of the TURN client.
Implements:
* [RFC 5766](https://datatracker.ietf.org/doc/html/rfc5766)
## Installation
```elixir
def deps do
[
{:ex_turn, "~> 0.2.0"}
]
end
```