Skip to content

Commit 3eef6a2

Browse files
Merge pull request #248517 from jsaurezlee-msft/jsaurezlee-msft-patch-6
Video Effects Android and iOS OS versions supported
2 parents dec768a + 41acfb6 commit 3eef6a2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/communication-services/quickstarts/voice-video-calling/includes/video-effects/video-effects-android.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ This quickstart builds on [Quickstart: Add 1:1 video calling to your app](../../
2121

2222
## Using video effects
2323

24+
> [!Note]
25+
> Video effects support on Android is limited to the **last four** major versions of Android. For example, when a new, major version of Android is released, the Android requirement is the new version and the three most recent versions that precede it.
26+
2427
Currently there's one available Video Effect: Background Blur.
2528

2629
The `VideoEffectsLocalVideoStreamFeature` object has the following API structure:

articles/communication-services/quickstarts/voice-video-calling/includes/video-effects/video-effects-ios.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ You can use the Video Effects feature to add effects to your video in video call
55

66
## Using video effects
77

8+
> [!Note]
9+
> Video effects support on iOS is limited to the **two** most recent major versions of iOS. For example, when a new, major version of iOS is released, the iOS requirement is the new version and the most recent versions that preceded it.
10+
811
Currently there's one available Video Effect: Background Blur.
912

1013
The `LocalVideoEffectsFeature` object has the following API structure:

0 commit comments

Comments
 (0)