libnice.recipe: Port interface discovery APIs to UWP
The following APIs are not allowed: GetIfTable
GetBestInterface
GetIpAddrTable
, so replace with equivalents. In the process, also
unbreak the service discovery APIs. Upstream MR has more details:
libnice/libnice!154 (merged)
WACK wasn't reporting an error for GetIpAddrTable
, but the
documentation says it is only available on desktop:
https://docs.microsoft.com/en-us/windows/win32/api/iphlpapi/nf-iphlpapi-getipaddrtable#requirements