Skip to content

Commit 9468a2c

Browse files
authored
Update control-mid-call-media-actions.md
added media action compatibility table
1 parent 5a8a122 commit 9468a2c

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

articles/communication-services/how-tos/call-automation/control-mid-call-media-actions.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,3 +493,15 @@ Audio streaming allows you to subscribe to real-time audio streams from an ongoi
493493
494494
### Real-time transcription (public preview)
495495
Real-time transcription allows you to access live transcriptions for the audio of an ongoing call. For more detailed guidance on how to get started with real-time transcription and information about real-time transcription callback events, see [this page](real-time-transcription-tutorial.md).
496+
497+
## Media Action Compatibility Table
498+
The following table illustrates the what media operations are allowed to run/queue if a previous operation is still running/queued.
499+
500+
| Existing Operation | Call Leg | Allowed | Disallowed |
501+
| -- | -- | -- | -- |
502+
| PlayToAll | Main | PlayToAll, Recognize(Non-Group Call), PlayTo, Recognize(Group Call), SendDTMF, StartContinuousDtmfRecognition | None |
503+
| Recognize(Non-Group Call) | Main | PlayToAll, Recognize(Non-Group Call), PlayTo, Recognize(Group Call), SendDTMF, StartContinuousDtmfRecognition | None |
504+
| PlayTo | Sub | PlayToAll, Recognize(Non-Group Call) | PlayTo, Recognize(Group Call), SendDTMF, StartContinuousDtmfRecognition |
505+
| Recognize(Group Call) | Sub | PlayToAll, Recognize(Non-Group Call) | PlayTo, Recognize(Group Call), SendDTMF, StartContinuousDtmfRecognition |
506+
| SendDTMF | Sub | PlayToAll, Recognize(Non-Group Call) | PlayTo, Recognize(Group Call), SendDTMF, StartContinuousDtmfRecognition |
507+
| StartContinuousDtmfRecognition | Sub | PlayToAll, Recognize(Non-Group Call),PlayTo, Recognize(Group Call), SendDTMF, StartContinuousDtmfRecognition | None |

0 commit comments

Comments
 (0)