How to measure QoS, Frame Rate in Meeting SDK

Hi,

I am using Meeting SDK to create the meeting bots on Windows platform using your API. How can I measure the QoS, Frame Rate in the meeting SDK or I need another app to do so?

Thanks!

@huanyefantasy2000

For QOS, you can subscribe to this Quality of Service Subscription (QSS) API

For framerate, Meeting SDK for windows allows you to get the Video Statistics

To measure Quality of Service (QoS) and Frame Rate in a Meeting SDK:

  1. QoS: You can measure QoS by monitoring metrics such as latency, packet loss, jitter, and bandwidth usage. These metrics are typically available through the SDK’s performance monitoring APIs or callbacks, which provide real-time data on the quality of the audio and video streams.
  2. Frame Rate: To measure the frame rate, use the SDK’s video statistics or performance monitoring APIs that report the number of video frames transmitted or received per second. This is usually provided as an FPS (Frames Per Second) value in the video stream statistics.

Make sure to check the SDK documentation for specific methods or functions to retrieve these metrics.