Small utility to check if WebRTC servers are alive
How to run
- Set env variable
WEBRTC_SECRET
if you gonna check turn servers with time limited credentials - Run by
dotnet run -- "stun.l.google.com:19302"
Things yet to cover:
- Parsing turn server with long-living credentials,
- Write information how to integrate it with Bamboo/Slack/Azure/AWS,
- Wrap everything in Expecto test lib.