Skip to content

Commit 6bce740

Browse files
authored
Update play-ai-action.md
add event codes table
1 parent fb5320d commit 6bce740

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

articles/communication-services/how-tos/call-automation/play-ai-action.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ This guide will help you get started with playing audio to participants by using
2929
[!INCLUDE [Play audio with Java](./includes/play-audio-with-ai-java.md)]
3030
::: zone-end
3131

32+
## Event codes
33+
|Status|Code|Subcode|Message|
34+
|----|--|-----|-----|
35+
|PlayCompleted|200|0|Action completed successfully.|
36+
|PlayFailed|400|8535|Action failed, file format is invalid.|
37+
|PlayFailed|400|8536|Action failed, file could not be downloaded.|
38+
|PlayCanceled|400|8508|Action failed, the operation was canceled.|
39+
3240
## Clean up resources
3341
If you want to clean up and remove a Communication Services subscription, you can delete the resource or resource group. Deleting the resource group also deletes any other resources associated with it. Learn more about [cleaning up resources](../../quickstarts/create-communication-resource.md#clean-up-resources).
3442

0 commit comments

Comments
 (0)