ice
ice copied to clipboard
No ice
Description
Reference issue
Fixes #...
Can you please add a description and motivation of this PR?
@stv0g
It is mated PR with pion/webrtc. https://github.com/pion/webrtc/pull/2539#issuecomment-1692699440
Sorry this didn't get a response sooner. I spent a lot of time prototyping/trying different things here.
I think if someone doesn't want ICE using ORTC is a better bet. Like this
I have added a few hooks like BindingRequestHandler to pion/ice and that seems to work well. I tried to make the SelectionStrategy
an interface by the diff was really large.
I then anticipated what if someone likes WebRTC, but wants to use QUIC for DataChannels? What if someone likes WebRTC but wants to use something besides DTLS etc... the answer to that was DTLS.
I am sorry I didn't share this conclusion sooner. I feel bad closing PRs, so I kept trying different ways to make it work. I should have just come to that conclusion sooner :/
If you want to get on a call https://siobud.com/meeting I would love to help port things to ORTC and do anything I can to help.