/membrane_rtc_engine

Customizable Real-time Communication Engine/SFU library focused on WebRTC.

Primary LanguageElixirApache License 2.0Apache-2.0

Membrane RTC Engine

Hex.pm API Docs codecov CircleCI

Customizable Real-time Communication Engine/SFU library focused on WebRTC.

Client SDKs

Installation

The package can be installed by adding membrane_rtc_engine to your list of dependencies in mix.exs:

def deps do
  [
    {:membrane_rtc_engine, "~> 0.10.0"}
  ]
end

Usage

For usage examples, please refer to our membrane_demo or 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

Software Mansion

Licensed under the Apache License, Version 2.0