A React application that visualizes WebRTC statistics in real-time using Chart.js and chartjs-plugin-streaming. This project showcases how to collect and display WebRTC metrics such as video bitrate, RTT, jitter, and packet loss in a dynamic and interactive dashboard.
-
Clone the repository:
git clone https://github.com/yourusername/webrtc-stats-visualizer.git
-
Install the dependencies:
cd webrtc-stats-visualizer npm install
-
Start the development server:
npm start
-
Open http://localhost:3000 in your browser.
