I don’t see anywhere on how to remove an effect or toggling an effect on/off
Which platform are you using?
For the WebSDK, there’s a function called clearEffect()
, for iOS-SDK you can set the path parameter of the switchEffect()
funtion to nil (documented here)
For Android you set the path to null, which can also be found in the documentation.
Hopefully I could help.
Best,
Tobi
1 Like
Sorry, it was quite hard to find this in the documentation, I found it now thank you.
1 Like
HI for android i did tried setting it to null but it is not working…
_deeparController.switchFilter(null);
any idea why ? Thanks
it’s switchEffect, not filter