Your Majesty - Does anyone know how yo implemen...
Does anyone know how to implement In-app voice calls in Flutterflow?? Or can anyone point me in the right direction? Maybe theres a youtube video out there?? Please? Anyone?ππΎπ©
Solution:Jump to solution
To implement in-app voice calls in Flutterflow, you can use third-party services like Twilio or Agora. Integrate their APIs into your Flutterflow project by following their documentation. You can also search for YouTube tutorials on "Twilio Flutter in-app voice calls" or "Agora Flutter in-app voice calls" for step-by-step guidance.
4 Replies
Solution
To implement in-app voice calls in Flutterflow, you can use third-party services like Twilio or Agora. Integrate their APIs into your Flutterflow project by following their documentation. You can also search for YouTube tutorials on "Twilio Flutter in-app voice calls" or "Agora Flutter in-app voice calls" for step-by-step guidance.
Dart packages
twilio_voice | Flutter package
Provides an interface to Twilio's Programmable Voice SDK to allow adding voice-over-IP (VoIP) calling into your Flutter applications.
Thanks a lotππΎππΎ β€οΈβ€οΈβ€οΈ