munafio / chatify

Laravel's #1 one-to-one chatting system package, helps you add a complete real-time chatting system to your new/existing Laravel application with only one command.
https://chatify.munafio.com
GNU General Public License v3.0
2.19k stars 466 forks source link

work with flutter ? #278

Closed salah11172 closed 1 year ago

salah11172 commented 1 year ago

any one can work with this package with flutter ?

jocypher commented 1 year ago

I'm sorry, but I'm not sure which package you are referring to. Could you please provide me with more context or clarify your request?

munafio commented 1 year ago

@salah11172 There are APIs that can be integrated anywhere, you can find the apis at the official documentation .. also you have to make your client same as what is done with the js client of Chatify such as connections ...etc

salah11172 commented 1 year ago

WhatsApp Image 2023-05-12 at 17 08 25

I need hostEndPoint and hostAuthEndPoint

salah11172 commented 1 year ago

@salah11172 There are APIs that can be integrated anywhere, you can find the apis at the official documentation .. also you have to make your client same as what is done with the js client of Chatify such as connections ...etc

im read documentation well the only part mention in api part is collection link

munafio commented 1 year ago

@salah11172 yes, thats all you need .. otherwise, follow the client code implementation. and about hostEndPoint is where your host is, and hostAuthEndPoint is the endpoint to the Pusher's auth.

salah11172 commented 1 year ago

hostAuthEndPoint require channel_name and socket_id chennel_name is ok socket_id how can find it ? Screenshot from 2023-05-13 12-10-51

munafio commented 1 year ago

hostAuthEndPoint require channel_name and socket_id chennel_name is ok socket_id how can find it ? Screenshot from 2023-05-13 12-10-51

This is handled by pusher sdk, you only give it the endpoint so it can handle the auth