elixir-webrtc / ex_webrtc

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

Convert `RTPTransceiver` to separate process #18

Closed LVala closed 7 months ago

LVala commented 7 months ago

For the time being, RTPTransceiver handling will be left in the PeerConnection process, we'll take care of parallelizing it later on.