elixir-webrtc / apps

Example apps built on top of Elixir WebRTC
Apache License 2.0
41 stars 4 forks source link

[Broadcaster] Fix selecting audio/video device #14

Closed mickel8 closed 3 months ago

mickel8 commented 3 months ago

Instead of saving the whole object in Option, which seems to be invalidated after closing the stream, now we just save strings. I also added a couple of logs to make sure we open and close streams correctly