apps
apps copied to clipboard
Example apps built on top of Elixir WebRTC
This PR adds chat to the Broadcaster app. Chat behaviour differs depending on the screen width. On screens < 1024, the chat is by default hidden and either it or...
ref: https://github.com/elixir-webrtc/ex_webrtc/pull/158
Hi Everyone, I'm running some experiments using the Nexus app in a Kubernetes environment. Since I'm using [STUNner](https://github.com/l7mp/stunner) (basically a Kubernetes native TURN server) I needed to add my own...
Added audio transcription with Bumblebee Language detected with whisper-tiny model  
The nexus app has helped me a lot with understanding WebRTC, but I've gotten stuck at adding a new track to an existing connection (goal is to share camera and...
Seems renaming of `crc_algorithm` fails on the first try. Can confirm I both have `gcc` and `make`, but it's giving errors on the first `mix setup` Second run of `mix...