You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/communication-services/quickstarts/voice-video-calling/includes/video-effects/video-effects-android.md
+67Lines changed: 67 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,3 +120,70 @@ public void disableBackgroundBlur() {
Background Replacement is a Video Effect that allows a person's background to be replacementred. In order to use Background Video Effect, you need to obtain a `VideoEffectsLocalVideoStreamFeature` feature from a valid `LocalVideoStream`.
127
+
128
+
To enable Background Replacement Video Effect:
129
+
130
+
- Create a method that obtains the `VideoEFfects` Feature subscribes to the events:
0 commit comments