README.md
# ExWebRTC
[](https://hex.pm/packages/ex_webrtc)
[](https://hexdocs.pm/ex_webrtc)
[](https://github.com/elixir-webrtc/ex_webrtc/actions/workflows/ci.yml)
[](https://codecov.io/gh/elixir-webrtc/ex_webrtc)
Implementation of the [W3C WebRTC API](https://www.w3.org/TR/webrtc/) in Elixir.
See `examples` directory for usage examples.
## Installation
Add `ex_webrtc` to dependencies in `mix.exs`
```elixir
def deps do
[
{:ex_webrtc, "~> 0.1.0"}
]
end
```