File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
articles/communication-services/concepts/call-automation Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -197,6 +197,12 @@ Operation Callback URI is an optional parameter in some mid-call APIs that use e
197
197
| ` Recognize ` | ` RecognizeCompleted ` / ` RecognizeFailed ` / ` RecognizeCanceled ` |
198
198
| ` StopContinuousDTMFRecognition ` | ` ContinuousDtmfRecognitionStopped ` |
199
199
| ` SendDTMF ` | ` ContinuousDtmfRecognitionToneReceived ` / ` ContinuousDtmfRecognitionToneFailed ` |
200
+ | ` Hold ` | ` HoldFailed ` |
201
+ | ` StartMediaStreaming ` | ` MediaStreamingStarted ` / ` MediaStreamingFailed ` |
202
+ | ` StopMediaStreaming ` | ` MediaStreamingStopped ` / ` MediaStreamingFailed ` |
203
+ | ` StartTranscription ` | ` TranscriptionStarted ` / ` TranscriptionFailed ` |
204
+ | ` UpdateTranscription ` | ` TranscriptionUpdated ` / ` TranscriptionFailed ` |
205
+ | ` StopTranscription ` | ` TranscriptionStopped ` / ` TranscriptionFailed ` |
200
206
201
207
## Next steps
202
208
You can’t perform that action at this time.
0 commit comments