You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/concepts/voice-video-calling/play-action.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,32 +26,32 @@ The play action can be used in many ways, below are some examples of how develop
26
26
27
27
### Announcements
28
28
Your application might want to play some sort of announcement when a participant joins or leaves the call, to notify other users:
29
-
- Someone has entered the meeting, so that they're aware of a new participant.
30
-
- Someone has left the meeting, so that they're aware that a participant may have been disconnected.
29
+
- Someone has entered the meeting, so they're aware of a new participant.
30
+
- Someone has left the meeting, so they're aware that a participant may have disconnected.
31
31
32
32
### Self-serve customers
33
33
34
34
In scenarios with IVRs and virtual assistants, you can use your application or bots to play audio prompts to callers, this prompt can be in the form of a menu to guide the caller through their interaction.
35
35
36
36
### Hold music
37
37
38
-
The play action can also be used to play hold music for callers. This can also be set up in a loop so that the music keeps playing till an agent is available to assist the caller.
38
+
The play action can also be used to play hold music for callers. You can configure the audio to be played in a loop so that the music keeps playing until an agent is available to assist the caller.
39
39
40
40
### Playing compliance messages
41
41
42
-
As part of compliance requirements in various industries, vendors are expected to play legal or compliance messages to callers, e.g. “This call will be recorded for quality purposes”.
42
+
As part of compliance requirements in various industries, vendors are expected to play legal or compliance messages to callers, for example “This call will be recorded for quality purposes”.
43
43
44
44
## How the play action workflow looks
45
45
46
46

47
47
48
48
## Known Issues/Limitations
49
-
- Play action is not enabled to work with Teams Interoperability.
50
-
- Play will not support loop for targeted playing.
49
+
- Play action isn't enabled to work with Teams Interoperability.
50
+
- Play doesn't support loop for targeted playing.
51
51
52
52
## What's coming up next for Play action
53
53
54
-
As we invest more into this functionality, we recommend developers sign up to our TAP program that allows you to get early access to the newest feature releases. Over the coming months the play action will add in new capabilities that leverage our integration with Azure Cognitive Services to provide AI capabilities such as Text-to-Speech and fine tuning Text-to-Speech with SSML. With these you can improve customer interactions and create more personalized messages.
54
+
As we invest more into this functionality, we recommend developers sign up to our TAP program that allows you to get early access to the newest feature releases. Over the coming months the play action will add in new capabilities that use our integration with Azure Cognitive Services to provide AI capabilities such as Text-to-Speech and fine tuning Text-to-Speech with SSML. With these, you can improve customer interactions and create more personalized messages.
55
55
56
56
## Next Steps
57
57
Check out the [Play action quickstart](../../quickstarts/voice-video-calling/Play-Action.md) to learn more.
0 commit comments