Integrating VAPI into a Flutter App (iOS/Android) ...
# support
c
Hi everyone, I am currently working on integrating VAPI into a Flutter app that exports both iOS and Android versions. I came across the VAPI Flutter-API at https://github.com/VapiAI/flutter and am wondering if it might be easier to use a WebView with the audio URL provided by an assistant instead. I have a couple of questions: 1. Is it more straightforward to use the VAPI Flutter-API or to implement a WebView for this integration? 2. Can I create my own HTML/JS page for input or customize the current URL provided by the VAPI assistant? Any guidance or experiences you can share would be greatly appreciated! Thanks in advance!
v
@chris.happy.dad Hello! 1. Using the VAPI Flutter-API is generally more straightforward for integrating voice capabilities into your Flutter app. It is specifically designed to work with Flutter, providing a seamless experience and access to native features. Implementing a WebView to use the audio URL might work, but it would be less integrated and could lead to a less native user experience. The Flutter-API also allows for more control and customization over the voice interactions. 2. Yes, you can create your own HTML/JS page for input and customize it as needed. If you choose to use the VAPI assistant through a WebView, you have the flexibility to design your own interface and handle the interactions with the assistant in a way that suits your application's needs. If you decide to go with the VAPI Flutter-API and need any assistance during the integration process, feel free to reach out for support. We're here to help you make the most out of VAPI for your app!
You can continue this conversation by mentioning me in the message.
s
Can you please ask this question on Vapi Office Hour?
c
Do you have any examples of custom web page integration?
s
You can see the docs -> coding resources section then you will find something
4 Views