Skip to content

Commit 3422ee2

Browse files
Update media-stats-native-metrics.md
1 parent 7b51edb commit 3422ee2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/communication-services/concepts/voice-video-calling/includes/media-stats/media-stats-native-metrics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.subservice: calling
1313
---
1414

1515
## Best practices
16-
If you want to collect this data for off-line inspection (after a call ends), it is recommended to collect this data and send it to your pipeline ingest after your call has ended. If you transmit this data during a call, it could use internet bandwidth that is needed to continue an Azure Communication Services call (especially when available bandwidth is low).
16+
If you want to collect this data for off-line inspection (after a call ends), it's recommended to collect this data and send it to your pipeline ingest after your call has ended. If you transmit this data during a call, it could use internet bandwidth that is needed to continue an Azure Communication Services call (especially when available bandwidth is low).
1717

1818
### Outgoing Audio metrics
1919
| Metric Name | Description | Comments |
@@ -40,7 +40,7 @@ If you want to collect this data for off-line inspection (after a call ends), it
4040
| Bitrate | video send bitrate (bps) | |
4141
| PacketsPerSecond | packet rate (packets/sec) | |
4242
| PacketsLostPerSecond | packet loss rate (packets/sec) | Lower is better. |
43-
| RoundTripTimeInMs | round-trip time (milliseconds) | Lower is better. It is calculated from RTCP Receiver Report. A round trip time of 200 ms or less is recommended. |
43+
| RoundTripTimeInMs | round-trip time (milliseconds) | Lower is better. It's calculated from RTCP Receiver Report. A round trip time of 200 ms or less is recommended. |
4444
| AvailableBitrate | bandwidth estimation (bps) | 1.5 Mbps or higher is recommended for high-quality video for upload/download. |
4545
| FrameRateInput | frame rate originating from the video source (frames/sec) | |
4646
| FrameWidthInput | frame width of the last frame originating from video source (pixel) | |
@@ -57,7 +57,7 @@ If you want to collect this data for off-line inspection (after a call ends), it
5757
| JitterInMs | packet jitter (milliseconds) | Lower is better. |
5858
| PacketsPerSecond | packet rate (packets/sec) | |
5959
| PacketsLostPerSecond | packet loss rate (packets/sec) | Lower is better. |
60-
| StreamId | stream id | The streamId value corresponds to id in VideoStreamCommon. It can be used to match the sender. |
60+
| StreamId | stream Id | The streamId value corresponds to Id of the video of the RemoteParticipant. It can be used to match the sender. |
6161
| FrameRateReceived | frame rate received on the RTP stream (frames/sec) | |
6262
| FrameWidthReceived | frame width of the decoded frame (pixel) | |
6363
| FrameHeightReceived | frame height of the decoded frame (pixel) | |

0 commit comments

Comments
 (0)