Flutter voice sdk support for both ios and Android - flutter

Is there any voice SDK available for a flutter.
I want to add voice calling feature in my app, So far I have integrated agora video SDK bt I want specific voice SDK which supports both platform i.e ios and android

Agora audio sdk for flutter is still under testing phase right now, if you want to use it for your flutter app you can find the SDK over here : https://github.com/AgoraIO/Flutter-SDK/tree/audio-only

Related

How to present video in flutter from a package in swift?

I am using UMEye SDK in ios for live streaming. I am creating a flutter app and using method channel to communicate with the native SDK from flutter. I was planning to call the start() function from the SDK to show the video in flutter. So, anybody know how to achieve this.

Capture biometric data using rdservices in flutter

How to capture biometric data from rdservices for aeps payment
I found solution for native android not for flutter. I just want solution for android only not ios

Does Flutter supports the android TV?

I would like to know whether Flutter supports Android TV. Please provide a suggestion to access the remote key in my application if Flutter supports Android TV.
There is no where mentioned officially about Android TV in flutter website but Android TV Supports play store so you can somehow create app for TV in flutter.
But Google Android Studio (Java/Kotlin) officially supports Android TV.

Integrating webview inside Flutter for native SDK

I came across this issue while I was trying to integrate this native SDK with flutter.
SDK link: Piano Composer SDK for android
This native SDK populates an inline webView with a given activity ID. But the issue is, the ShowTemplateController class of this SDK (example link below) expects a webView with a specific ID.
Example link: Piano Composer Show Template for Android.
How to implement this as flutter plugin using pigeon or methodChannel?

Is support coming for UWP (specifically Hololens 2) for Agora RTC?

I am developing a cross platform AR app for Hololens and Mobile and need to stream the composited AR view from the device. I am using agora for my Android and iOS apps and it works well but can't find anything on whether Agora will support UWP.
If not is there a recommended alternative that will work on the Hololens 2?
You can check this Agora community SDK for UWP platform: https://github.com/AgoraIO-Community/AgoraUWP