gortc / stun

Fast RFC 5389 STUN implementation in go

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Status update

ernado opened this issue · comments

Quick status update:
API is stable (with exception for Client/Agent implementations in this package), so it is safe
to use it, if you only need STUN decoding/encoding. That part is blackbox and unit-tested and should
contain minimum to no bugs.

I'm currently have no time to actively develop golang webrtc stack, but that will change shortly.

stun.Client is stabilized, I have more time to work on gortc now.