Skip to content

Commit e1fef4e

Browse files
authored
Fix call recording link extension
1 parent ba75920 commit e1fef4e

File tree

1 file changed

+1
-1
lines changed
  • articles/communication-services/concepts

1 file changed

+1
-1
lines changed

articles/communication-services/concepts/ai.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ Similar to Azure Communication Services messaging, there are REST APIs for many
5858
- **[Call Automation REST APIs and SDKs](../concepts/call-automation/call-automation.md)**: Services and AI applications use Call Automation REST APIs to answer, route, and manage all types of Azure voice and video calls.
5959
- **[Service-to-service audio streaming](../concepts/call-automation/audio-streaming-concept.md)**: AI applications use Azure's service-to-service WebSockets API to stream audio data. This works in both directions, your AI can listen to a call, and speak.
6060
- **[Service-to-service real-time transcription](../concepts/call-automation/real-time-transcription.md)**: AI applications use Azure's service-to-service WebSockets API to stream a real-time, Azure-generated transcription. Compared to audio or video content, transcript data is often easier for AI models to reason upon.
61-
- **[Call recording](../concepts/voice-video-calling/call-recording)**: You can record Azure calls in your own datastore and then direct AI services to process that content.
61+
- **[Call recording](../concepts/voice-video-calling/call-recording.md)**: You can record Azure calls in your own datastore and then direct AI services to process that content.
6262
- **[Client raw audio and video](../concepts/voice-video-calling/media-access.md)**: The Calling client SDK provides APIs for accessing and modifying the raw audio and video feed. An example scenario is taking the video feed, using computer vision to distinguish the human speaker from their background, and customizing that background.

0 commit comments

Comments
 (0)