Description
The GET /videosdk/sessions/{sessionId}/users/qos API returns only a single user in the users array, even when there are multiple users in the session.
Which Video SDK version?
Web Video SDK 1.12.5
To Reproduce
Steps to reproduce the behavior:
- Start a Video SDK session with 2 or more users.
- Call the QoS API:
GET https://api.zoom.us/v2/videosdk/sessions/{sessionId}/users/qos
- Check the response
usersarray.
Expected behavior
The users array should include all users in the session.
Actual behavior
The users array only includes the first user in the session.
Unrelated Documentation Issue
The documentation for this API mentions the following:
“You can specify a monthly date range for the dashboard data using the
fromandtoquery parameters. The month should fall within the last six months.”
However, this seems incorrect because this API deals with a single session, and a monthly report should not apply in this context.