Skip to content

Commit b91dba1

Browse files
committed
Fix PR comments
1 parent 509858c commit b91dba1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/communication-services/how-tos/calling-sdk/includes/manage-audio-filters/manage-audio-filters-android.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: zehangzheng
99

1010
The audio filter feature allows different audio preprocessing options to be applied to outgoing audio. There are two types of audio filters: `OutgoingAudioFilters` and `LiveOutgoingAudioFilters`, with `OutgoingAudioFilters` changing settings before the call starts and `LiveOutgoingAudioFilters` changing settings while a call is in progress.
1111

12-
You first need import the Calling SDK and the associated classes:
12+
You first need to import the Calling SDK and the associated classes:
1313

1414
```csharp
1515
import com.azure.android.communication.calling.OutgoingAudioOptions;

articles/communication-services/how-tos/calling-sdk/includes/manage-audio-filters/manage-audio-filters-ios.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: zehangzheng
99

1010
The audio filter feature allows different audio preprocessing options to be applied to outgoing audio. There are two types of audio filters: `OutgoingAudioFilters` and `LiveOutgoingAudioFilters`, with `OutgoingAudioFilters` changing settings before the call starts and `LiveOutgoingAudioFilters` changing settings while a call is in progress.
1111

12-
You first need import the Calling SDK:
12+
You first need to import the Calling SDK:
1313

1414
```swift
1515
import AzureCommunicationCalling

articles/communication-services/how-tos/calling-sdk/includes/manage-audio-filters/manage-audio-filters-windows.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: t-leejiyoon
99

1010
The audio filter feature allows different audio preprocessing options to be applied to outgoing audio. There are two types of audio filters: `OutgoingAudioFilters` and `LiveOutgoingAudioFilters`, with `OutgoingAudioFilters` changing settings before the call starts and `LiveOutgoingAudioFilters` changing settings while a call is in progress.
1111

12-
You first need import the Calling SDK:
12+
You first need to import the Calling SDK:
1313

1414
```csharp
1515
using Azure.Communication;

0 commit comments

Comments
 (0)