Skip to content

Commit 8c05b56

Browse files
Merge pull request #292344 from GitHubber17/347131-ee
Bulk - Global effort to fix validation issues
2 parents a6d0ad1 + c4e3597 commit 8c05b56

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/communication-services/how-tos/call-automation/includes/audio-streaming-quickstart-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Include file - C#
33
description: C# Bidirectional audio streaming how-to
44
services: azure-communication-services
5-
author: Alvin
5+
author: alvin-l-han
66
ms.service: azure-communication-services
77
ms.subservice: call-automation
88
ms.date: 11/24/2024
@@ -26,7 +26,7 @@ You can review documentation [here](https://azure.microsoft.com/blog/introductio
2626
## Receiving and sending audio streaming data
2727
There are multiple ways to start receiving audio stream, which can be configured using the `startMediaStreaming` flag in the `mediaStreamingOptions` setup. You can also specify the desired sample rate used for receiving or sending audio data using the `audioFormat` parameter. Currently supported formats are PCM 24K mono and PCM 16K mono, with the default being PCM 16K mono.
2828

29-
To enable bidirectional audio streaming, where you're sending audio data into the call, you can enable the `EnableBidirectional` flag. For more details, refer to the [API specifications](https://learn.microsoft.com/rest/api/communication/callautomation/answer-call/answer-call?view=rest-communication-callautomation-2024-06-15-preview&tabs=HTTP#mediastreamingoptions).
29+
To enable bidirectional audio streaming, where you're sending audio data into the call, you can enable the `EnableBidirectional` flag. For more details, refer to the [API specifications](/rest/api/communication/callautomation/answer-call/answer-call?view=rest-communication-callautomation-2024-06-15-preview&preserve-view=true&tabs=HTTP#mediastreamingoptions).
3030

3131
### Start streaming audio to your webserver at time of answering the call
3232
Enable automatic audio streaming when the call is established by setting the flag `startMediaStreaming: true`.

articles/communication-services/how-tos/call-automation/includes/audio-streaming-quickstart-java.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Include file - Java
33
description: Java Audio Streaming quickstart
44
services: azure-communication-services
5-
author: Alvin
5+
author: alvin-l-han
66
ms.service: azure-communication-services
77
ms.subservice: call-automation
88
ms.date: 11/26/2024
@@ -27,7 +27,7 @@ You can review documentation [here](https://azure.microsoft.com/blog/introductio
2727
## Receiving and sending audio streaming data
2828
There are multiple ways to start receiving audio stream, which can be configured using the `startMediaStreaming` flag in the `mediaStreamingOptions` setup. You can also specify the desired sample rate used for receiving or sending audio data using the `audioFormat` parameter. Currently supported formats are PCM 24K mono and PCM 16K mono, with the default being PCM 16K mono.
2929

30-
To enable bidirectional audio streaming, where you're sending audio data into the call, you can enable the `EnableBidirectional` flag. For more details, refer to the [API specifications](https://learn.microsoft.com/rest/api/communication/callautomation/answer-call/answer-call?view=rest-communication-callautomation-2024-06-15-preview&tabs=HTTP#mediastreamingoptions).
30+
To enable bidirectional audio streaming, where you're sending audio data into the call, you can enable the `EnableBidirectional` flag. For more details, refer to the [API specifications](/rest/api/communication/callautomation/answer-call/answer-call?view=rest-communication-callautomation-2024-06-15-preview&preserve-view=true&tabs=HTTP#mediastreamingoptions).
3131

3232
### Start streaming audio to your webserver at time of answering the call
3333
Enable automatic audio streaming when the call is established by setting the flag `startMediaStreaming: true`.

articles/communication-services/how-tos/call-automation/includes/audio-streaming-quickstart-js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Include file - JavaScript
33
description: JavaScript Media Streaming quickstart
44
services: azure-communication-services
5-
author: Alvin
5+
author: alvin-l-han
66
ms.service: azure-communication-services
77
ms.subservice: call-automation
88
ms.date: 11/26/2024
@@ -26,7 +26,7 @@ You can review documentation [here](https://azure.microsoft.com/blog/introductio
2626
## Receiving and sending audio streaming data
2727
There are multiple ways to start receiving audio stream, which can be configured using the `startMediaStreaming` flag in the `mediaStreamingOptions` setup. You can also specify the desired sample rate used for receiving or sending audio data using the `audioFormat` parameter. Currently supported formats are PCM 24K mono and PCM 16K mono, with the default being PCM 16K mono.
2828

29-
To enable bidirectional audio streaming, where you're sending audio data into the call, you can enable the `EnableBidirectional` flag. For more details, refer to the [API specifications](https://learn.microsoft.com/rest/api/communication/callautomation/answer-call/answer-call?view=rest-communication-callautomation-2024-06-15-preview&tabs=HTTP#mediastreamingoptions).
29+
To enable bidirectional audio streaming, where you're sending audio data into the call, you can enable the `EnableBidirectional` flag. For more details, refer to the [API specifications](/rest/api/communication/callautomation/answer-call/answer-call?view=rest-communication-callautomation-2024-06-15-preview&preserve-view=true&tabs=HTTP#mediastreamingoptions).
3030

3131
### Start streaming audio to your webserver at time of answering the call
3232
Enable automatic audio streaming when the call is established by setting the flag `startMediaStreaming: true`.

articles/communication-services/how-tos/call-automation/includes/audio-streaming-quickstart-python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Include file - Python
33
description: Python Audio Streaming quickstart
44
services: azure-communication-services
5-
author: Alvin
5+
author: alvin-l-han
66
ms.service: azure-communication-services
77
ms.subservice: call-automation
88
ms.date: 11/27/2024
@@ -26,7 +26,7 @@ You can review documentation [here](https://azure.microsoft.com/blog/introductio
2626
## Receiving and sending audio streaming data
2727
There are multiple ways to start receiving audio stream, which can be configured using the `startMediaStreaming` flag in the `mediaStreamingOptions` setup. You can also specify the desired sample rate used for receiving or sending audio data using the `audioFormat` parameter. Currently supported formats are PCM 24K mono and PCM 16K mono, with the default being PCM 16K mono.
2828

29-
To enable bidirectional audio streaming, where you're sending audio data into the call, you can enable the `EnableBidirectional` flag. For more details, refer to the [API specifications](https://learn.microsoft.com/rest/api/communication/callautomation/answer-call/answer-call?view=rest-communication-callautomation-2024-06-15-preview&tabs=HTTP#mediastreamingoptions).
29+
To enable bidirectional audio streaming, where you're sending audio data into the call, you can enable the `EnableBidirectional` flag. For more details, refer to the [API specifications](/rest/api/communication/callautomation/answer-call/answer-call?view=rest-communication-callautomation-2024-06-15-preview&preserve-view=true&tabs=HTTP#mediastreamingoptions).
3030

3131
### Start streaming audio to your webserver at time of answering the call
3232
Enable automatic audio streaming when the call is established by setting the flag `startMediaStreaming: true`.

0 commit comments

Comments
 (0)