webrtc-sdk / webrtc

BSD 3-Clause "New" or "Revised" License
225 stars 89 forks source link

Allow ice gathering on any address ports #110

Closed davidliu closed 5 months ago

davidliu commented 5 months ago

Some VPNs use 0.0.0.0 mask which will be ignored by the default gathering. This flag allows those to be picked up as a last resort.

Has implementations for both android and ios.