Skip to content

elixir-webrtc/ex_turn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExTURN

Hex.pm API Docs CI codecov

In-memory implementation of the TURN client.

Implements:

Installation

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