elixir-webrtc / apps

Example apps built on top of Elixir WebRTC
Apache License 2.0
50 stars 6 forks source link

[Broadcaster] Don't drop the connection on ICE candidate gathering timeout #42

Closed LVala closed 3 months ago

LVala commented 3 months ago

Now, if the process of ICE candidate gathering times out, we throw an error. Instead, we should just send the description with whatever candidates we were able to gather up until the timeout occurred.