Skip to content
This repository has been archived by the owner on Jun 5, 2021. It is now read-only.

Releases: gortc/stun

v1.18.0

16 Nov 01:49
v1.18.0
db2ead4
Compare
Choose a tag to compare
attributes: implement Setter for RawAttribute

v1.17.3

21 Aug 00:27
v1.17.3
5c00cd7
Compare
Choose a tag to compare
RFC 6062

v1.17.0

17 Aug 10:35
v1.17.0
90e62fa
Compare
Choose a tag to compare
RFC 7064

v1.11.0

01 Aug 20:41
v1.11.0
9df1e22
Compare
Choose a tag to compare
error handling

v1.10.0

22 Jul 05:42
v1.10.0
bc045ce
Compare
Choose a tag to compare
ci, tests, fixes and sha256 hmac pool

v1.9.0

21 Jul 07:20
v1.9.0
ca7892b
Compare
Choose a tag to compare
FingerprintAttr type fix

v1.8.5

13 Jul 00:05
4c73e0b
Compare
Choose a tag to compare
hmac: add vendor script

v1.8.2

12 Jul 21:39
7797799
Compare
Choose a tag to compare
hmac: add resetTo to TestHMAC

v1.6.4

21 Jun 17:46
v1.6.4
58f2b2a
Compare
Choose a tag to compare
Add Message.AddTo

stund v0.16

15 Jan 23:03
Compare
Choose a tag to compare

Fixed an error with mapped address. Can be used as ice server in WebRTC now.

    var configuration = { iceServers: [{
                              urls: "stun:localhost",
                          }]
    };
    var pc = new RTCPeerConnection(configuration);

You can try it as a1.cydev.ru, demo is on https://cydev.ru/sdp/.