I'm looking at the docs for the audit log here. There is a metric for video_recv_packet_loss_max
, which claims to be "the maximum packet loss for received video streams (percent)". Is packet loss measured every X seconds and then they takes the max over all intervals? If so, how long are these intervals? Thanks!
Asked
Active
Viewed 82 times
0
-
Indeed there's no further information, I'll try to investigate as an extra effort. – Jose Vasquez Feb 22 '21 at 14:30
1 Answers
1
video_recv_packet_loss_max
is the highest amount (in percentage) of packet loss for received video streams
By highest amount I mean the packet loss that occurs in the connection between one user and the meeting and this is NOT measured every X seconds, minutes or hours but the meeting duration.

Jose Vasquez
- 1,678
- 1
- 6
- 14