Sean DuBois
Sean DuBois
:fire: that's amazing! Yes we need to do this @adwpc I will take it. I also have benchmarks I am running will post results before/after.
Hey @xianchuhan This would be a great change! I don't think it would be that challenging either. In `selection.go` we have dedicated logic for controlling/controlled. We could add some heuristics...
I don't believe the ICE Role goes in the SessionDescription. If you make the Offer you are the controlling ICE Agent. The only thing that can influence that would be...
Yes Pion supports switching between srflx and relay candidates. After a `use_candidate` is emitted it stays with TURN or STUN. If you want to switch after the Selected pair has...
@jech This is really just a deficiency of `Pion/ice`! I don’t think it is terribly hard to fix either. I think it will just take a careful design concurrency wise....
@dgunay that is great news! I think the best place to start would be `Active` TCP Candidates. `Simultaneous Open` is something we could add later. I would start with just...
Fire any/all questions at me in Slack. Would love to help you get started :)
This should be pretty easy to fix! First I need to confirm if settings aren't properly getting passed [here](https://github.com/pion/ice/blob/master/agent_config.go#L179-L183) Then we also need to lower timeouts depending on enabled types...
Hey @jopicornell Sorry for the delay, been dragged away by some other stuff. I am not able to reproduce this. Any idea what I am doing wrong? * I tried...
Fantastic news! So excited you are able to use Pion @kleky I will make sure to help with the whole process/get things landed :) I am reading the RFC now...