Skip to content

Commit 8ba11bf

Browse files
authored
Update video-effects-javascript.md
fixing typo in quickstart
1 parent 2dce992 commit 8ba11bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import { BackgroundBlurEffect, BackgroundReplacementEffect } from '@azure/commun
4848

4949
// Get the video effects feature api on the LocalVideoStream
5050
// (here, localVideoStream is the LocalVideoStream object you created while setting up video calling)
51-
const videoEffectsFeatureApi = localVideoStream.features(AzureCommunicationCallingSDK.Features.VideoEffects);
51+
const videoEffectsFeatureApi = localVideoStream.feature(AzureCommunicationCallingSDK.Features.VideoEffects);
5252

5353

5454
// Subscribe to useful events

0 commit comments

Comments
 (0)