I am working on an ionic 5 application in which it is possible to make video calls.
the call works well, but I can't find a good library/api to implement VoIP notifications.
please do you have something to recommend me?
Related
Is there any way to implement video call in ionic 6? if I start the video call, the App will automatic open even if there is a background or foreground. I implement jitsi video call but I can't open it when the app is in the background. or can I open the app using VoIP Notifications in ionic 6 and if I use webtrc then it is possible, actually I want it will work like skype. please help. Thanks in advance for your help.
There is a plugin cordova-call I found, I implemented it, and it works background and foreground quite well
I need to write an application with video chats (1:1), and i know Angular. There are tons of SDKs for Angular(or web) to handle video calls(like e.g. twilio.com, agora.io?). But my client need mobile app. It's possible to write native app in Ionic with video calls support? However, do I have to use something more professional like flutter to achieve this?
Is there any ready SDK to handle this in Ionic?
I am looking, I am looking for and I cannot find anything. And I have to make quick decisions in part.
Please help me :)
Yes.
You can use the camera and the microphone with Ionic (in native or pwa mode).
Ionic fully supports Angular and Angular components.
I recommend you the use of notifications like Google FCM to notify the caller.
You can trigger an action directly from the notification (app in background or in app which is not the same).
Hey guys,
is it possible to trigger the "airplane-mode" or deactivate all incoming calls within/inside an iPhone app?
The answer is no because Apple currently-provided SDK does not have published methods for doing this.
I was wondering if it's possible to create a generic push notification solution for mobile devices (or at least Android and iPhone) with Appcelerator. I found some examples on how to implement iPhone Push with Appcelerator but nothing generic.
Any ideas? Or are there maybe other cross-plattform development sdk to solve this?
As far as I know, you can use the push notification service with iOS only.
See the documentation here.
Then, for the iOS, the simpliest way to send/receive notifications, is to subscribe for free for the UrbanAirship service.
You can find a nice tutorial here.
I only know of push notifications working in IOS (for iPhone) too. However, I understand that Cocoafish are soon working on push notification for Android. Backends like this and UA are about as generic as you can get.
Using Appcelerator Cloud Service(ACS) you can implement the Push Notification.
It is the simplest and reliable one. Follow below tutorial for ACS Push Notification implementation on Android and iOS
Android :
http://www.titaniumtutorial.com/2012/06/appcelerator-cloud-push-notification-in.html
iOS :
http://blog.teemusk.com/2012/05/building-server-push-notifications-with-appcelerator-titanium-cloud/comment-page-1
Hope it helps someone
I want to develop voip application for that how to I start up application.
provide me steps how to achieve this and there is a third party available for that.
Check out MiuMiu, a VoIP app for iOS. It uses Asterisk for the server.