View Source Membrane RTC Engine WebRTC Endpoint
WebRTC Endpoint for the Membrane RTC Engine
Client SDKs
Installation
The package can be installed by adding membrane_rtc_engine_webrtc
to your list of dependencies in mix.exs
:
def deps do
[
{:membrane_rtc_engine_webrtc, "~> 0.9.0"}
]
end
Developing
Integration tests using the test_videoroom
app can be run by executing mix test.webrtc.integration
in the membrane_rtc_engine
package.
Alternatively, you can use the commands specified here.
Copyright and License
Copyright 2023, Software Mansion
Licensed under the Apache License, Version 2.0