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?