Elixir implementation of rtcscore, with small tweaks from rtcscore-go included.
The package can be installed by adding ex_rtcscore
to your list of dependencies in mix.exs
:
def deps do
[
{:ex_rtcscore, "~> 0.1.0"}
]
end
Copyright 2024, Software Mansion
Licensed under the Apache License, Version 2.0