Skip to content

ExWebRTC statistics visualization for the Phoenix LiveDashboard

License

Notifications You must be signed in to change notification settings

elixir-webrtc/ex_webrtc_dashboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.7.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.

About

ExWebRTC statistics visualization for the Phoenix LiveDashboard

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages