https://github.com/fishjam-dev/ex_rtcscore
Elixir implementation of rtcscore
https://github.com/fishjam-dev/ex_rtcscore
Last synced: 21 days ago
JSON representation
Elixir implementation of rtcscore
- Host: GitHub
- URL: https://github.com/fishjam-dev/ex_rtcscore
- Owner: fishjam-dev
- License: apache-2.0
- Created: 2024-03-15T17:11:10.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-24T15:51:44.000Z (about 1 year ago)
- Last Synced: 2025-02-16T17:39:01.251Z (3 months ago)
- Language: Elixir
- Homepage:
- Size: 784 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExRTCScore
[](https://hex.pm/packages/ex_rtcscore)
[](https://hexdocs.pm/ex_rtcscore)
[](https://circleci.com/gh/jellyfish-dev/ex_rtcscore)Elixir implementation of [rtcscore](https://github.com/ggarber/rtcscore),
with small tweaks from [rtcscore-go](https://github.com/livekit/rtcscore-go) included.## Installation
The package can be installed by adding `ex_rtcscore` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_rtcscore, "~> 0.1.0"}
]
end
```## Copyright and License
Copyright 2024, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_template_plugin)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane_template_plugin)
Licensed under the [Apache License, Version 2.0](LICENSE)