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
197197| ` Recognize ` | ` RecognizeCompleted ` / ` RecognizeFailed ` / ` RecognizeCanceled ` |
198198| ` StopContinuousDTMFRecognition ` | ` ContinuousDtmfRecognitionStopped ` |
199199| ` 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 ` |
200206
201207## Next steps
202208
You can’t perform that action at this time.
0 commit comments