webrtc-rs/ice

q: Would it be possible to expose UDPMuxConn and UDPMuxConnParams?

Closed this issue · 3 comments

I've made some changes to the UDPMuxDefault (link) and had to copy UDPMuxConn, UDPMuxConnParams and socket_addr_ext.rs as well.

Would you agree to expose UDPMuxConn and UDPMuxConnParams so that people can tweak UDPMuxDefault (read create alternative UDP muxes) ? Thanks 🙏

I don't see why not. It might be easier to think through the implications if you propose the changes as a PR?

Opened #32

Awesome, thanks for doing that!