Skip to content

elixir-webrtc/ex_webrtc

Repository files navigation

ExWebRTC

CI codecov

Implementation of the W3C WebRTC API in Elixir.

Installation

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