flutter_ios_voip_kit icon indicating copy to clipboard operation
flutter_ios_voip_kit copied to clipboard

Is this package must have node js serve to use?

Open Teawork opened this issue 5 years ago • 5 comments

I'm using firebase messaging and agora engine package for push notification and call. unfortunately, that packages not support on background mode. yours package can help me voip push but haven't a node js serve. currently I just use laravel serve for my backend.


have a nice day ! Thank for your effort to builded this package

Teawork avatar Nov 29 '20 06:11 Teawork

@Teawork

Is this package must have node js serve to use?

  • this package requires a server to push voip notification.
  • It doesn't matter which language you implement the server.

masashi-sutou avatar Nov 29 '20 12:11 masashi-sutou

@Teawork

Is this package must have node js serve to use?

  • this package requires a server to push voip notification.
  • It doesn't matter which language you implement the server.

僕に返事してくれました、ありがとうございます、マサヒさん!^^ Can I use with firebase messaging?

Teawork avatar Nov 30 '20 06:11 Teawork

@Teawork
As far as i have researched, you could possibly use Firebase Cloud Functions to manage the API calls. Since the documentation mentions a CURL request, it should be possible. Or there could be a Laravel package for APNS push notifications.

SirJAKfromSpace avatar Dec 02 '20 19:12 SirJAKfromSpace

@Teawork I used https://levelup.gitconnected.com/send-push-notification-through-apns-using-node-js-7427a01662a2 as reference to implement a VoIP Push server triggered with a Firebase Function.

mars3142 avatar Mar 16 '21 14:03 mars3142

Hello,

Please how do I connect my flutter app to this server? where I can I find the device token?

zionnite avatar Feb 02 '22 08:02 zionnite