Enhancement Request: AzureCandidateHarvester?
kingthorin opened this issue · 3 comments
kingthorin commented
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?
kingthorin commented
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.
bgrozev commented
Note that you can acheive the same result with StunMappingCandidateHarvester
kingthorin commented
Thanks! Will check it out.