Our developers at Banuba have done a great job of creating a number of examples over at our Github that demonstrate correct integration methodologies for common cases.
Before making a post, we strongly advise taking time to look through them, clone the applicable one for your case, build it according to its instructions, and then compare for similar behavior. If, perchance, in the same case as with your integration, the example behaves correctly, then there is an integration issue on your side. Please use the example as a reference to address the issue in that case.
Below, you can find a list of the primary examples and documentation for the Video Editor SDK and cases for when you might need to use them.
Android
- VE Android Integration Sample – base GitHub guide for integration of our Video Editor SDK with an Android Project.
- Video Editor SDK Android Documentation – contains information on advanced customization.
iOS
- VE iOS Integration Sample – base GitHub guide for integration with an iOS project.
- Video Editor SDK iOS Documentation – contains extensive information on advanced customizations.
Flutter
- VE Flutter Integration Example – base GitHub guide on how to integrate with the Video Editor SDK with a Flutter project.
React Native
- React Native CLI Integration Example – GitHub example on how to integrate the Video Editor SDK by using React Native along with the React Native CLI feature.