masashi-sutou / flutter_ios_voip_kit

One-to-one video call using CallKit and PushKit with flutter iOS app.
MIT License
67 stars 45 forks source link

Is this package must have node js serve to use? #23

Open Teawork opened 3 years ago

Teawork commented 3 years ago

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

masashi-sutou commented 3 years ago

@Teawork

Is this package must have node js serve to use?

Teawork commented 3 years ago

@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?

SirJAKfromSpace commented 3 years ago

@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.

mars3142 commented 3 years ago

@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.

zionnite commented 2 years ago

Hello,

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