Skip to content

Commit d79cd01

Browse files
authored
Update call-summary-log-schema.md
Adding callDebuggingInfo details
1 parent cd51e7d commit d79cd01

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ This table describes each property.
7474
| `ParticipantEndSubCode`| Represents the Calling SDK error subcode that the SDK emits (when relevant) for each `participantId` value. |
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) |
77+
| `callDebuggingInfo`| This value contains json object with key-value pairs that represent internal properties of the call used for Microsoft debugging purposes.|
7778

7879
### Error codes
7980

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

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

0 commit comments

Comments
 (0)