This repository has been archived by the owner on Jun 5, 2021. It is now read-only.
Releases: gortc/stun
Releases · gortc/stun
v1.18.0
v1.17.3
v1.17.0
v1.11.0
v1.10.0
v1.9.0
v1.8.5
v1.8.2
v1.6.4
stund v0.16
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/.