# Membrane RTC Engine
[](https://hex.pm/packages/membrane_rtc_engine)
[](https://hexdocs.pm/membrane_rtc_engine)
[](https://codecov.io/gh/jellyfish-dev/membrane_rtc_engine)
[](https://circleci.com/gh/jellyfish-dev/membrane_rtc_engine)
Customizable Real-time Communication Engine/SFU library focused on WebRTC.
## Client SDKs
- [JS/TS](https://github.com/jellyfish-dev/membrane-webrtc-js)
- [Android](https://github.com/jellyfish-dev/membrane-webrtc-android)
- [iOS](https://github.com/jellyfish-dev/membrane-webrtc-ios)
- [React Native](https://github.com/jellyfish-dev/react-native-membrane-webrtc)
## Installation
The package can be installed by adding `membrane_rtc_engine` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_rtc_engine, "~> 0.13.0"}
]
end
```
## Usage
For usage examples, please refer to our [membrane_demo](https://github.com/membraneframework/membrane_demo/tree/master/webrtc_videoroom) or
[membrane_videoroom](https://github.com/membraneframework/membrane_videoroom) repositories.
## Developing
To make the development a little easier, we have added `mix integration_test` task, which runs integration tests from `integration/test_videoroom`.
## Copyright and License
Copyright 2021, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_rtc_engine)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_rtc_engine)
Licensed under the [Apache License, Version 2.0](LICENSE)