Skip to content

Commit 697aaf1

Browse files
author
Ashwinder Bhatti
committed
add play prompt action
1 parent 66db017 commit 697aaf1

File tree

2 files changed

+17
-16
lines changed

2 files changed

+17
-16
lines changed

articles/communication-services/concepts/logging-and-diagnostics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,6 @@ Communication Services offers the following types of logs that you can enable:
213213
| CallConnectionId | ID representing the call connection, if available. This ID is different for each participant and is used to identify their connection to the call. |
214214
| ServerCallId | A unique ID to identify a call. |
215215
| SDKVersion | SDK version used for the request. |
216-
| SdkType | The SDK type used for the request. |
216+
| SDKType | The SDK type used for the request. |
217217
| ParticipantId | ID to identify the call participant that made the request. |
218218
| SubOperationName | Used to identify the sub type of media operation (play, recognize) |

articles/communication-services/concepts/metrics.md

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -93,21 +93,22 @@ The following operations are available on Call Automation API request metrics:
9393

9494
| Operation / Route | Description |
9595
| -------------------- | ---------------------------------------------------------------------------------------------- |
96-
| Create Call | Create an outbound call to user.
97-
| Answer Call | Answer an inbound call. |
98-
| Redirect Call | Redirect an inbound call to another user. |
99-
| Reject Call | Reject an inbound call. |
100-
| Transfer Call To Participant | Transfer 1:1 call to another user. |
101-
| Play | Play audio to call participants. |
102-
| Recognize | Recognize user input from call participants. |
103-
| Add Participants | Add a participant to a call. |
104-
| Remove Participants | Remove a participant from a call. |
105-
| HangUp Call | Hang up your call leg. |
106-
| Terminate Call | End the call for all participants. |
107-
| Get Call | Get details about a call. |
108-
| Get Participant | Get details on a call participant. |
109-
| Get Participants | Get all participants in a call. |
110-
| Delete Call | Delete a call. |
96+
| Create Call | Create an outbound call to user.
97+
| Answer Call | Answer an inbound call. |
98+
| Redirect Call | Redirect an inbound call to another user. |
99+
| Reject Call | Reject an inbound call. |
100+
| Transfer Call To Participant | Transfer 1:1 call to another user. |
101+
| Play | Play audio to call participants. |
102+
| PlayPrompt | Play a prompt to users as part of the Recognize action. |
103+
| Recognize | Recognize user input from call participants. |
104+
| Add Participants | Add a participant to a call. |
105+
| Remove Participants | Remove a participant from a call. |
106+
| HangUp Call | Hang up your call leg. |
107+
| Terminate Call | End the call for all participants. |
108+
| Get Call | Get details about a call. |
109+
| Get Participant | Get details on a call participant. |
110+
| Get Participants | Get all participants in a call. |
111+
| Delete Call | Delete a call. |
111112
| Cancel All Media Operations | Cancel all ongoing or queued media operations in a call. |
112113

113114

0 commit comments

Comments
 (0)