apps icon indicating copy to clipboard operation
apps copied to clipboard

Example apps built on top of Elixir WebRTC

Results 11 apps issues
Sort by recently updated
recently updated
newest added

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 ![Screenshot from 2025-04-02 23-01-35](https://github.com/user-attachments/assets/c6d991e5-8eaf-4084-a97f-5f1c43be5b95) ![Screenshot from 2025-04-02 23-01-10](https://github.com/user-attachments/assets/892891d9-626c-4aa2-bd36-6c1ec52ffb7b)

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...