Skip to contentSkip to navigationSkip to topbar
On this page

In-Progress Rooms


Twilio offers the following tools for troubleshooting and understanding Video Rooms that are in-progress.


JavaScript Room Monitor

javascript-room-monitor page anchor

Twilio's JavaScript Room Monitor is a browser-based tool that displays real-time information and metrics about a Twilio Video Room. It gathers and processes information from the Room object, including information about Participants' bandwidth, packet loss, and jitter, and displays the information in a modal window in the video application.

Example output from the Twilio Video Room Monitor.

The JavaScript Room Monitor can be added to any Twilio Video JavaScript application to help during all stages of development and/or for debugging in-progress calls.


The JavaScript Logger(link takes you to an external page) allows you to capture logs generated by the Twilio Video JS SDK in real-time so that you can monitor your frontend applications and see how they behave in production.