How to start a call with preset video background effect #3320
prabhjot-msft
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are always focused on enhancing the calling experience for the end user. We understand how important it is to enable the user to have privacy in the call. Blurred & Custom backgrounds can be helpful in maintaining privacy by concealing potentially sensitive information visible in the background and convey a professional image in business settings.
Here, I show how you can initiate call with the preset background. Both the
CallComposite
andCallWithChatComposite
include the option of presetting the background and the user does not need to configure any extra settings.Start a call with custom background
Follow the code in Storybook to create a basic
CallComposite
. After creating the adapter,updateSelectedVideoBackgroundEffect
method can be called with blur/custom effect to start call with the applied effect inafterCreate
method of adapter.Start a call with blurred background
Load images for video backgrounds picker before starting a call
You can start the call with a set of custom backgrounds for the user to choose from.
Beta Was this translation helpful? Give feedback.
All reactions