Reputation: 1
My flutter project now needs to integrate the Android native openvidu live interaction function, but I can only find the integrated flutter in the native project in the official document. What should I do
Upvotes: 0
Views: 90
Reputation: 304
You need to create a flutter plugin to communicate from flutter to android native. You can check this doc https://docs.flutter.dev/development/packages-and-plugins/developing-packages
Upvotes: 0