elixir-webrtc / apps

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

[Broadcaster] Remove closed inputs and outputs from Forwarder's state. #15

Closed mickel8 closed 5 months ago

mickel8 commented 5 months ago

We were not removing closed outputs making Forwarder broadcast packets to non-existing peer connections. I also added monitor for input_pc for consistency.