Releases: joeymalvinni/webrtc-ip
Releases · joeymalvinni/webrtc-ip
v1.2.0
This release brings the standard IP request tools to the browser. Some features include: getIpArray()
, gets all of the returned IP's from the STUN request in an array that returns as a callback, getFirstIp()
, the exact same request type as getIpArray()
, except it returns the first IP from the array as a string, and getIpTypes()
, classifies the IP's returned from getIpTypes()
by type.