3

We are planning to integrate Twilio video SDKs for video conferencing in our existing application which is in Flutter. From the documentation of Twilio SDKs it is pretty sure that it is just for native Android development and not for frameworks like Flutter. So how can I to use Twilio video SDKs in my mobile app development (Android and iOS)?

Is it possible to create UI in both native Android and the framework (Flutter) at the same time within same application?

Is it technically possible and if yes, how to do it?

James Z
  • 12,209
  • 10
  • 24
  • 44
Vijay Singh Kholiya
  • 383
  • 1
  • 6
  • 19
  • You can use [platform channels](https://flutter.dev/docs/development/platform-integration/platform-channels) to call native APIs. – Sami Haddad Jul 06 '20 at 10:25
  • I wanted a UI through native code(android_manifest.xml) for this particular feature of video conferencing. How can I achieve this while using the Flutter for other features of the application? – Vijay Singh Kholiya Jul 06 '20 at 10:35

1 Answers1

0

There is a existing Twilio Video Flutter plugin already hosted on pub.dev. The repository can be found here.

Mark Veenstra
  • 4,691
  • 6
  • 35
  • 66