blur effect when using components instead of composite #5701
-
Hey there, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Hey @jitt3, thanks for sharing this issue. Video effects can be enabled using the components. You can try the sample and see how it works. Here is the branch where the changes to enable effects are Azure-Samples/communication-services-javascript-quickstarts@main...prabhjot/enable-background-blur. Let me know if this is helpful or if you need more details on this. Also, can you share the feedback about why you decided to switch to components from composites. This can help us improve our composites.
|
Beta Was this translation helpful? Give feedback.
Hey @jitt3, thanks for sharing this issue. Video effects can be enabled using the components.
LocalVideoStream
needs to be accessed from the call and then you can start the blur effect on that. I am sharing a snippet on how to do that. I have also added these changes in our calling quickstartui-library-starting-with-calling-stateful
.You can try the sample and see how it works. Here is the branch where the changes to enable effects are Azure-Samples/communication-services-javascript-quickstarts@main...prabhjot/enable-background-blur.
Let me know if this is helpful or if you need more details on this. Also, can you share the feedback about why you decided to switch to components from comp…