Skip to content

Releases: joeymalvinni/webrtc-ip

v1.2.0

22 Jan 18:40
Compare
Choose a tag to compare

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.