LiveExWebRTC

Hex.pmAPI Docs

Phoenix Live Components for Elixir WebRTC.

Installation

In your mix.exs:

def deps do
[
{:live_ex_webrtc, "~> 0.4.0"}
]
end

In your tailwind.config.js

module.exports = {
content: [
"../deps/live_ex_webrtc/**/*.*ex" // ADD THIS LINE
]
}

Usage

LiveExWebRTC comes with two Phoenix.LiveViews:

See module docs and live_broadcaster for more.

Local development

For local development:

Important {: .info}

Separate paths with : on MacOS/Linux and with ; on Windows.

Important {: .info}

Specify path to live_ex_webrtc's parent directory.