-
Notifications
You must be signed in to change notification settings - Fork 39
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Which package/packages do you use?
-
@stream-io/video-react-sdk -
@stream-io/video-react-native-sdk -
@stream-io/video-client
Describe the bug
When user selected background filter image or blur and then turn off camera (using camera.toggle() from useCameraState), then background filter are lost and user has to go and setup it up again from the begining.
To Reproduce
- Setup any background filter (image or blur) using
useBackgroundFilters() - Turn off camera using
camera.toggle()fromuseCameraState() - Turn on camera using
camera.toggle()fromuseCameraState() - Observe that filters from 1. step are lost
Expected behavior
I would expect that background filters (image or blur) are preserved during camere toggling.
Version
"@stream-io/video-react-sdk": "^1.27.1""@stream-io/video-filters-web": "^0.5.0"
antoinejeannot
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working