Issue with Network Status Reporting in Zoom Video SDK

Video SDK info

  • Video Android/IOS SDK version v1.13.5

Description
When using the Zoom Video SDK on Android DA and PA, we’ve identified an issue with how network status is reported. Specifically, the SDK only provides the network status of the other participant, not the current user’s network status.

For example:

  • In a call between user A and user B, on A’s screen:
    • If B’s network is slow, the SDK correctly reports that B’s network is slow.
    • If A’s network is slow, the SDK incorrectly reports that B’s network is slow.

Error
This behavior creates confusion as it misrepresents the actual network status. The expected behavior is for the SDK to separately and accurately report the network status of both the current user and the remote participant.

Please check. Thanks!