/ex_webrtc

An Elixir implementation of the W3C WebRTC API

Primary LanguageElixirApache License 2.0Apache-2.0

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