Skip to content

Commit 7554e1f

Browse files
Merge pull request #300691 from henikaraa/patch-18
Update call-summary-updates-log-schema.md
2 parents f158b1b + 71586b8 commit 7554e1f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +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.|
80+
| `TPE`| This value indicates that the call is associated with a Teams Phone extensibility scenario.|
8181

8282
## Sample data for various call types
8383

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +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.|
92+
| `TPE`| This value indicates that the call is associated with a Teams Phone extensibility scenario.|
9393

9494
## Sample data for various call types
9595

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +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-
| `tpe`| This value indicates that the call is associated with a Teams Phone extensibility scenario.|
78+
| `TPE`| This value indicates that the call is associated with a Teams Phone extensibility scenario.|
7979

8080
### Error codes
8181

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +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.|
90+
| `TPE`| This value indicates that the call is associated with a Teams Phone extensibility scenario.|
9191

9292
### Error codes
9393

0 commit comments

Comments
 (0)