README.md
# Membrane ICE plugin
[](https://hex.pm/packages/membrane_libnice_plugin)
[](https://hexdocs.pm/membrane_libnice_plugin/)
[](https://circleci.com/gh/membraneframework/membrane_libnice_plugin)
Membrane plugin for ICE protocol.
It enables establishing connection, sending and receiving messages using ICE protocol.
This package uses [ex_libnice] and is part of [Membrane Multimedia Framework](https://membraneframework.org).
## Installation
The package can be installed by adding `membrane_libnice_plugin` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_libnice_plugin, "~> 0.9.0"}
]
end
```
## Usage
See [example_project] for example usage or refer to
[hex.pm](https://hex.pm/packages/membrane_libnice_plugin) for more details about how to interact with
Sink and Source.
## Copyright and License
Copyright 2020, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_ice)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_ice)
Licensed under the [Apache License, Version 2.0](LICENSE)
[libnice]: https://libnice.freedesktop.org/
[ex_libnice]: https://github.com/membraneframework/ex_libnice
[example_project]: https://github.com/membraneframework/membrane_libnice_plugin/tree/master/examples/example_project