I have tried using WebRTC to find private client IP address using Javascript by following the below link and I am successful in Chrome and Firefox but it didn't work in Microsoft Edge.
https://ourcodeworld.com/articles/read/257/how-to-get-the-client-ip-address-with-javascript-only
All the third solutions gives only public IP address. Tried the answer from the below link as well.
How to get client's IP address using JavaScript?
How to get private Client IP address in Microsoft Edge browser using Javascript?
Do we have any other alternate for WebRTC to get private IP address in Edge browser?