How can I remove the Filters button?

  • Android

In order to remove the Filters button on the Camera screen, please set the following:

CameraConfig(
  banubaColorEffectsAssetsPath = null
)

And this is for the Editor screen:

EditorConfig(
editorBanubaColorEffectsAssetsPath = null
)
  • iOS

There are code examples for Camera and Editor screens:

    var config = VideoEditorConfig()
    
    config.recorderConfiguration.additionalEffectsButtons = config.recorderConfiguration.additionalEffectsButtons.filter { $0.identifier != .effects }
    config.editorConfiguration.additionalEffectsButtons = config.editorConfiguration.additionalEffectsButtons.filter { $0.identifier != .color }
1 Like

I have been attempting to use this technique to remove the .masks button but I still see it at the bottom of my video editor screen. Is this still the correct approach to customize or remove buttons from the video editor?

Please contact Banuba Support to resolve this issue.

Most likely one of the updates can impact this case: