What are the drafts configurations for iOS?

These are available configurations of drafts on iOS

For example, if you want to remove the pop-up “Do you want to save the draft?” please set

var config = VideoEditorConfig()
config.featureConfiguration.draftsConfig = .enabledSaveToDraftsByDefault
1 Like