Skip to content

Commit 78f0fcd

Browse files
authored
Update control-mid-call-media-actions.md
Added audio streaming and real time transcription to mid call media actions
1 parent 3222ee6 commit 78f0fcd

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -487,3 +487,9 @@ call_connection_client.unhold(target_participant=PhoneNumberIdentifier(TARGET_PH
487487
'''
488488
```
489489
-----
490+
491+
### Audio streaming
492+
Audio streaming allows you to subscribe to real-time audio streams from an ongoing call. For more detailed guidance on how to get started with audio streaming and information about audio streaming callback events, see [this page](audio-streaming-quickstart.md).
493+
494+
### Real-time transcription
495+
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).

0 commit comments

Comments
 (0)