ExWebRTCDashboard

Hex.pm API Docs

ExWebRTC statistics visualization for the Phoenix LiveDashboard.

ExWebRTC Dashboard

Installation

  1. Enable LiveDashboard by following these instructions. In most cases you can skip this step as Phoenix comes with LiveDashboard enabled by default.

  2. Add :ex_webrtc_dashboard to your list of dependencies

def deps do
  [
    {:ex_webrtc_dashboard, "~> 0.3.0"}
  ]
end
  1. Add ExWebRTCDashboard as an additional LiveDashboard page
live_dashboard "/dashboard",
  additional_pages: [exwebrtc: ExWebRTCDashboard]

That's it! ExWebRTCDashboard will automatically discover all of your peer connections and visualize their statistics.