package
1.2.120
Repository: https://github.com/searking/golang.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
ParseURL parses a STUN or TURN urls following the ABNF syntax described in https://tools.ietf.org/html/rfc7064 and https://tools.ietf.org/html/rfc7065 respectively.

# Constants

SchemeSTUN indicates the URL represents a STUN server.
SchemeSTUNS indicates the URL represents a STUNS (secure) server.
SchemeTURN indicates the URL represents a TURN server.
SchemeTURNS indicates the URL represents a TURNS (secure) server.
TransportTCP indicates the URL uses: a TCP transport for turn|stun.
TransportUDP indicates the URL uses: a UDP transport for turn|stun.

# Structs

URL represents a STUN (rfc7064) or TURN (rfc7065) URL.

# Type aliases

Scheme indicates the type of server used in the ice.URL structure.
Transport indicates the transport protocol type that is used in the ice.URL structure.