Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update media types to include a/v stream #10938

Open
wants to merge 2 commits into
base: public
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br/> **Example value:** 0 | &bull; The endpoint didn't report this data. |
| Media Type | String | Type of media (video, audio, app sharing, or video based screen sharing). <br/> **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. <br/> **Example value:** 0 | &bull; 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. <br/> **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. <br/> **Example values**: <br/> main-audio<br/> main-video<br/> main-video1<br/> main-video2<br/> main-video3<br/> main-video4<br/> main-video5<br/> main-video6<br/> main-video7<br/> main-video8<br/> main-video9<br/> panoramic-video<br/> applicationsharing-video<br/> data | |
| First Is Server | Enumeration <br/>**Possible values:** <br/>&bull; Client <br/>&bull; 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 <br/>**Possible values:** <br/>&bull; Client <br/>&bull; Server | Indicates if the second endpoint is a server endpoint, or a client endpoint. Types of servers include conferencing servers and mediation servers.| |
Expand Down