Skip to content

Commit 378d272

Browse files
committed
Update call-metrics-log-schema.md
1 parent 2ffc5e0 commit 378d272

File tree

1 file changed

+11
-22
lines changed

1 file changed

+11
-22
lines changed

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

Lines changed: 11 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -57,28 +57,17 @@ This table describes each property.
5757

5858
| Property | Description |
5959
|----------------------------|----------------------------------------------------------------------------------------------------------------------------|
60-
| `reliability/api/CreateView/Local` | TODO |
61-
| `reliability/api/Join` | TODO |
62-
| `reliability/api/StartVideo` | TODO |
63-
| `reliability/api/AcceptIncomingCall` | TODO |
64-
| `reliability/api/CreateView/Remote` | todo |
65-
| `reliability/api/StopVideo` | todo |
66-
| `reliability/api/CallAgentInit` | todo |
67-
| `reliability/api/StartCall` | todo |
68-
| `reliability/api/Drop` | todo |
69-
70-
71-
72-
73-
- reliability/api/CreateView/Local
74-
- reliability/api/Join
75-
- reliability/api/StartVideo
76-
- reliability/api/AcceptIncomingCall
77-
- reliability/api/CreateView/Remote
78-
- reliability/api/StopVideo
79-
- reliability/api/CallAgentInit
80-
- reliability/api/StartCall
81-
- reliability/api/Drop
60+
| `reliability/api/CreateView/Local` | Measures the reliability of the calling SDK `CreatView/Local` API which renders local video streams. This API is required for user's to see their local video stream. |
61+
| `reliability/api/Join` | Measures the reliability of the calling SDK `Join` API. When this API succeeds, a user's client is admitted to an existing call or meeting. |
62+
| `reliability/api/StartVideo` | Measures the reliability of the calling SDK `StartVideo` API which begins streaming video from the calling client to remote participants. When this API succeeds a user's client successfully sends video. |
63+
| `reliability/api/AcceptIncomingCall` | Measures the reliability of the calling SDK `AcceptIncomingCall` API which indicates the client successfully accepted and connected to an incoming call. |
64+
| `reliability/api/CreateView/Remote` | Measures the reliability of the calling SDK `CreateView/Remote` API which indicates the client successfully renders incoming video from a remote participant. |
65+
| `reliability/api/StopVideo` | Measures the reliability of the calling SDK `StopVideo` API which indicates the calling SDK successfully stopped streaming video to remote participants. |
66+
| `reliability/api/CallAgentInit` | Measures the reliability of the calling SDK `CallAgentInit` API which indicates the calling SDK successfully created the `CallAgent` object. If this fails, the reliability/api/Join or reliability/api/StartCall APIs can not be triggered. |
67+
| `reliability/api/StartCall` | Measures the reliability of the calling SDK `StartCall` API which indicates the calling SDK succseffuly initiated a new call. |
68+
| `reliability/api/Drop` | Measures the reliability of individual call legs by identifying which call legs were dropped unexpectedly after they successfully connected to a call. Focuses on participants call legs that successfully connected to a call and checks if the call legs were later dropped due to specific error codes. |
69+
70+
8271

8372
### User Facing Diagnostics (UFD) metrics
8473

0 commit comments

Comments
 (0)