Skip to content

Commit 66e09b6

Browse files
Merge pull request #298869 from henikaraa/patch-14
Update call-summary-updates-log-schema.md
2 parents 439e6dd + ce5aed3 commit 66e09b6

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

articles/communication-services/concepts/analytics/logs/call-diagnostics-log-schema.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ This table describes each property.
7777
| `VideoBitRateMax` | The maximum bitrate (bits per second) for a video or screenshare stream. <br><br> A low bitrate value could indicate poor network issue. The minimum bitrate (bandwidth) required can be found here: [Network bandwidth](../../voice-video-calling/network-requirements.md#network-bandwidth). |
7878
| `StreamDirection` | The direction of the media stream. It is either Inbound or Outbound. |
7979
| `CodecName` | The name of the codec used for processing media streams. It can be OPUS, G722, H264S, SATIN, and so on. |
80+
| `OPS`| This value indicates that the call is associated with a Teams Phone extensibility scenario.|
8081

8182
## Sample data for various call types
8283

@@ -287,4 +288,4 @@ If you have multiple Azure Communications Services resource IDs, you must enable
287288
- Learn about the [insights dashboard to monitor Voice Calling and Video Calling logs](/azure/communication-services/concepts/analytics/insights/voice-and-video-insights).
288289

289290
- Learn how to use call logs to diagnose call quality and reliability
290-
issues with Call Diagnostics, see: [Call Diagnostics](../../voice-video-calling/call-diagnostics.md)
291+
issues with Call Diagnostics, see: [Call Diagnostics](../../voice-video-calling/call-diagnostics.md)

articles/communication-services/concepts/analytics/logs/call-diagnostics-updates-log-schema.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ This table describes each property.
8989
| `StreamDirection` | The direction of the media stream. It is either Inbound or Outbound. |
9090
| `CodecName` | The name of the codec used for processing media streams. It can be OPUS, G722, H264S, SATIN, and so on. |
9191
| `CallUpdatesVersion`| Represents the log version, with higher numbers indicating the most recently published version. |
92+
| `OPS`| This value indicates that the call is associated with a Teams Phone extensibility scenario.|
9293

9394
## Sample data for various call types
9495

@@ -307,4 +308,4 @@ If you have multiple Azure Communications Services resource IDs, you must enable
307308
- Learn about the [insights dashboard to monitor Voice Calling and Video Calling logs](/azure/communication-services/concepts/analytics/insights/voice-and-video-insights).
308309

309310
- Learn how to use call logs to diagnose call quality and reliability
310-
issues with Call Diagnostics, see: [Call Diagnostics](../../voice-video-calling/call-diagnostics.md)
311+
issues with Call Diagnostics, see: [Call Diagnostics](../../voice-video-calling/call-diagnostics.md)

articles/communication-services/concepts/analytics/logs/call-summary-log-schema.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ This table describes each property.
7575
| `ResultCategory`| Represents the category of the participant ending the call. It can be one of these four values: Success, ExpectedError, UnexpectedClientError, UnexpectedServerError. |
7676
| `DiagnosticOptions`| This value allows developers to attach custom tags to their client telemetry, which can then be viewed in the Call Diagnostics section. This helps in identifying and troubleshooting issues more effectively. To learn how to add custom tags to this value, refer to [Tutorial on adding custom tags to your client telemetry](../../../tutorials/voice-video-calling/diagnostic-options-tag.md) |
7777
| `callDebuggingInfo`| This value contains json object with key-value pairs that represent internal properties of the call used for Microsoft debugging purposes.|
78+
| `OPS`| This value indicates that the call is associated with a Teams Phone extensibility scenario.|
7879

7980
### Error codes
8081

articles/communication-services/concepts/analytics/logs/call-summary-updates-log-schema.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ This table describes each property.
8787
| `DiagnosticOptions`| This value allows developers to attach custom tags to their client telemetry, which can then be viewed in the Call Diagnostics section. This helps in identifying and troubleshooting issues more effectively. To learn how to add custom tags to this value, refer to [Tutorial on adding custom tags to your client telemetry](../../../tutorials/voice-video-calling/diagnostic-options-tag.md) |
8888
| `CallUpdatesVersion`| Represents the log version, with higher numbers indicating the most recently published version. |
8989
| `callDebuggingInfo`| This value contains json object with key-value pairs that represent internal properties of the call used for Microsoft debugging purposes.|
90+
| `OPS`| This value indicates that the call is associated with a Teams Phone extensibility scenario.|
9091

9192
### Error codes
9293

0 commit comments

Comments
 (0)