Skip to content

Commit 4e70c5d

Browse files
committed
Applied code review changed
1 parent 716c59d commit 4e70c5d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/local-preview-mirroring/local-preview-mirroring-android.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ manager: gaobob
77

88
ms.author: yassirb
99
ms.date: 2/21/2025
10-
ms.topic: quickstart
10+
ms.topic: include
1111
ms.service: azure-communication-services
1212
ms.subservice: calling
1313
ms.custom: mode-other, devx-track-js
1414

1515
zone_pivot_groups: acs-plat-web-windows-android-ios
1616
---
1717

18-
## Turn off local preview mirroring
18+
### Turn off local preview mirroring
1919

2020
````java
2121
VideoStreamRenderer renderer = new VideoStreamRenderer(localVideoStream, this);

articles/communication-services/quickstarts/voice-video-calling/includes/local-preview-mirroring/local-preview-mirroring-ios.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ manager: gaobob
77

88
ms.author: yassirb
99
ms.date: 2/21/2025
10-
ms.topic: quickstart
10+
ms.topic: include
1111
ms.service: azure-communication-services
1212
ms.subservice: calling
1313
ms.custom: mode-other, devx-track-js
1414

1515
zone_pivot_groups: acs-plat-web-windows-android-ios
1616
---
1717

18-
## Turn off local preview mirroring
18+
### Turn off local preview mirroring
1919

2020
````swift
2121
var renderer = try VideoStreamRenderer(localVideoStream: localVideoStream)

articles/communication-services/quickstarts/voice-video-calling/includes/local-preview-mirroring/local-preview-mirroring-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ manager: gaobob
77

88
ms.author: yassirb
99
ms.date: 2/21/2025
10-
ms.topic: quickstart
10+
ms.topic: include
1111
ms.service: azure-communication-services
1212
ms.subservice: calling
1313
ms.custom: mode-other, devx-track-js
1414

1515
zone_pivot_groups: acs-plat-web-windows-android-ios
1616
---
1717

18-
## Turn off local preview mirroring
18+
### Turn off local preview mirroring
1919

2020
````csharp
2121
var uri = await localOutgoingVideoStream.StartPreviewAsync();

articles/communication-services/quickstarts/voice-video-calling/local-preview-mirroring.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ manager: gaobob
77

88
ms.author: yassirb
99
ms.date: 2/21/2025
10-
ms.topic: quickstart
10+
ms.topic: include
1111
ms.service: azure-communication-services
1212
ms.subservice: calling
1313
ms.custom: mode-other, devx-track-js
1414

1515
zone_pivot_groups: acs-plat-windows-android-ios
1616
---
17-
# We’re excited to announce the rollout of the turn off local preview mirroring feature for the native ACS calling experience!
17+
# We’re excited to announce the rollout of the turn off local preview mirroring feature for the native ACS calling experience!
1818
<br/>Meeting participants can now choose to stop mirroring their video preview—the small window showing how they appear during meetings.
1919
<br/>This is especially useful for situations like:
2020
<br/>✅ Virtual backgrounds with text – ensuring words appear correctly in your preview.

0 commit comments

Comments
 (0)