XTurn Sockets

Socket system providing UDP, TCP, TLS and DTLS for the XTurn server

Installation

This package can be installed by adding xturn_sockets to your list of dependencies in mix.exs:

def deps do
  [{:xturn_sockets, "~> 0.1.0"}]
end