Flutter send voice clip - flutter

Is there any option to send voice clip from flutter app to mobile number (sim card ) ? Please help me to solve this problem?
Is Is there any packages to send voice clip from app to phone number. Android, Ios ,

You can also use Twilio to send voice clip programmatically to simcard from your flutter app.

Related

how can i make flutter app when user make video call agora to user his phone will ringing

i tried agora video call on my app but the problem is the next person phone not ringing . I tried to make next phone ringing like whatsapp using callkeep package put it not working
To add call notification you will have to setup signalling which can be easily done via Agora RTM. And based on when the message is received is you can trigger the callkeep package to make the phone ring.
You can read more about it here: https://docs.agora.io/en/Real-time-Messaging/faq/call_invite_notification

Is it possible to send a notification from a google home device to a google assistant device with a screen?

I ask the user for a review at the end of the conversation using a basicCard.
It is not possible on a device with no screen or web browser so essentially I can only ask for reviews when my action is used on an android or iOS device.
So, is it possible to send a notification from the user's non screen device to his phone?
You can use multi-surface conversations, which will allow you to send a notification from a speaker to a phone to continue the conversation with the same session.

WhatsApp voice message not working after WebRTC call

We have developed a community app with WebRTC. Where admin calls (from web panel) to app.
After every call on phone WhatsApp voice feature does not work. User have to close our app from phone memory in order for Whatsapp voice to work.
I know its very strange issue but any help would be great.

How to send sms with flutter in android and iOS

all my app is base on SMS communication, first I use this sms package (https://pub.dartlang.org/packages/sms) but it's only supported by android. It's work fine for this.
But I need also to implement my app on iOS, so I use this new package (https://pub.dartlang.org/packages/flutter_sms) but it's didn"t work for me... when I try to send SMS to 0123456789, native sms APP call me an error :" wrong format [0123456789]".but I never add [].
I tried also simple_sms plugin (https://pub.dartlang.org/packages/simple_sms) first I don't know if it's iOS compatible, and when I click on "send SMS" I'm redirected to the native SMS app ...
I see that URL_lancher can send SMS, but if I understand, URL_lancher call also the native app to send SMS...
I need something more transparent. So are there an other example to send simple SMS in ios and android or just iOS with flutter, without call a second page ?
thank you
There's no available Flutter plugin with iOS support for sending SMS directly without launching an SMS app. For Android, you can use telephony - this has support for sending SMS directly from your app.
You can also try exploring Twilio. However, this requires a network connection to be able to send an SMS.

How to get mobile number from Smartface App Studio?

As I need to include OTP process for my App linking up with mobile number, I am planning to auto populate the user mobile number by default in my app screen.
Can any help in getting mobile number using Smartface App Studio
It is not possible to get user's phone number. It is something related with the operator.