Tencent RTC offers a monitoring dashboard for developers to monitor call quality. You can view call details and learn about the call status of users in the monitoring dashboard.
Viewing Call List
Log in to the TRTC console, and click Monitoring Dashboard to view the call details of all rooms under the logged-in account. The call list in the monitoring dashboard, displays 10 call records on one page by default, sorted in reverse order by the start time of the call, i.e. the first one is the most recently created call record. Each record includes 6 fields: Room ID, Start Time - End Time, Call Status, Room Duration, Joined Users, Operation.
The information displayed in the call list includes:
|
| |
| The start and end time of the call |
Call Status | Includes two states: Not completed and Ended. |
| The time between the entry of the first user and exit of the last user. If a call is in progress, the time from the entry of the first user to when the query takes place is displayed. |
| The total number of users who have entered the room |
| Click Call Details to go to the details page and view the details of the call. |
Searching for Calls
In the monitoring dashboard, you can filter the call list using a number of search methods.
To view the information of call rooms of a particular application, click Select application, select the application from the drop-down list, and click Search.
To view the information of calls during a specific time period, select Today, Yesterday, Last 6 hours, or enter a time range, and click Search.
To view the information of a particular call, select a time range, enter a room ID (roomid
) or user ID (userid
), and click Search.
More Operations
If you want to view the call details of a particular room, see Call Details.
Was this page helpful?