View Source ExWebRTC

Hex.pm API Docs CI codecov

Implementation of the W3C WebRTC API in Elixir.

See examples directory for usage examples.

Installation

Add ex_webrtc to dependencies in mix.exs

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