ice4j
ice4j copied to clipboard
Enhancement Request: AzureCandidateHarvester?
It looks like Azure has the necessary API endpoints for grabbing NAT details: https://docs.microsoft.com/en-us/azure/virtual-machines/windows/instance-metadata-service#the-following-network-categories-are-available-through-the-instance-api
Would it be possible to add something like: https://github.com/jitsi/ice4j/blob/master/src/main/java/org/ice4j/ice/harvest/AwsCandidateHarvester.java for Azure?
If someone could provide some contribution info or suggest how to get started with this I'd be glad to look in to it and maybe open a PR.
Note that you can acheive the same result with StunMappingCandidateHarvester
Thanks! Will check it out.