From f971bd41719729c0d434c3a9769414a99660b743 Mon Sep 17 00:00:00 2001
From: "Matthew M." <30242289+mcm223@users.noreply.github.com>
Date: Fri, 21 Feb 2025 16:39:15 -0800
Subject: [PATCH] Update media types to include a/v stream
Adds examples and clarifying language to explain a/v streams for view-only and live event attendees.
---
...nsions-and-measures-available-in-call-quality-dashboard.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Teams/dimensions-and-measures-available-in-call-quality-dashboard.md b/Teams/dimensions-and-measures-available-in-call-quality-dashboard.md
index 2fd1990a1a..5a9d3f2e45 100644
--- a/Teams/dimensions-and-measures-available-in-call-quality-dashboard.md
+++ b/Teams/dimensions-and-measures-available-in-call-quality-dashboard.md
@@ -203,8 +203,8 @@ Second Media Bypass | Boolean | Indicates if the audio stream was bypassing the
|**Stream**| | | |
| QoE Record Available | Boolean | True if at least one Quality of Experience report is available for call/session. Many dimensions and measurements are available only if a QoE record is available. If the call setup fails, a QoE record isn't available. | |
| CDR Record Available | Boolean | True if at least one Call Detail Records is available for call/session. | |
-| Media Line Label | Integer | Label in SDP for media line. Use Media Type to determine if label is used for video, audio, app sharing, or video based screen sharing.
**Example value:** 0 | • The endpoint didn't report this data. |
-| Media Type | String | Type of media (video, audio, app sharing, or video based screen sharing).
**Example value:** Audio | |
+| Media Line Label | Integer | Label in SDP for media line. Use Media Type to determine if label is used for video, audio, app sharing, A/V stream, or video based screen sharing.
**Example value:** 0 | • The endpoint didn't report this data. |
+| Media Type | String | Type of media (video, audio, app sharing, A/V stream, or video based screen sharing). A value of "AV Stream" indicates the user is a view-only streaming attendee.
**Example value:** Audio | |
|Media Line Label Text | String |The Session Description Protocol (SDP) Label Attribute of the media line corresponding to the stream. See [RFC 4574](https://tools.ietf.org/html/rfc4574) for more detailed info.
**Example values**:
main-audio
main-video
main-video1
main-video2
main-video3
main-video4
main-video5
main-video6
main-video7
main-video8
main-video9
panoramic-video
applicationsharing-video
data | |
| First Is Server | Enumeration
**Possible values:**
• Client
• Server | Indicates if the first endpoint is a server endpoint, or a client endpoint. Types of servers include conferencing servers and mediation servers.| |
| Second Is Server | Enumeration
**Possible values:**
• Client
• Server | Indicates if the second endpoint is a server endpoint, or a client endpoint. Types of servers include conferencing servers and mediation servers.| |