elixir-webrtc / ex_webrtc

An Elixir implementation of the W3C WebRTC API
Apache License 2.0
269 stars 8 forks source link

Add more examples #74

Closed srcrip closed 4 months ago

srcrip commented 4 months ago

It would be good to start adding some more examples akin to whats in like https://github.com/pion/webrtc/tree/master/examples

LVala commented 4 months ago

Hi, the current amount of examples is enough to understand how the API works and start playing with the library. We'll eventually add more (rewriting the Pion's examples was one of our goals), but now ex_webrtc is not mature at all, the API is changing and having to maintain more examples would be a bit of a burden.

tl;dr; when the API becomes stable, we'll add more examples