You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support stand alone STUN server mode
Running in stand alone STUN server does not start
due to packet conn config requiring relay address config
during validation.
To enable that mode, bypass validation if relay address config
in packet conn config is nil.
Note that it is still validated in `ListenerConfig`.
Start pion/turn@v3
This is required to update pion/transport/v2 to v3
The public API of transport changed, and we expose transport as part of
our public API.