View Source Membrane RTC Engine
Customizable Real-time Communication Engine/SFU library focused on WebRTC.
client-sdks
Client SDKs
installation
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.11.0"}
]
end
usage
Usage
For usage examples, please refer to our membrane_demo or membrane_videoroom repositories.
developing
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 and License
Copyright 2021, Software Mansion
Licensed under the Apache License, Version 2.0