# 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.