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.

Home Page:https://chatify.munafio.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

work with flutter ?

salah11172 opened this issue · comments

any one can work with this package with flutter ?

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?

@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

WhatsApp Image 2023-05-12 at 17 08 25

I need hostEndPoint and hostAuthEndPoint

@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

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

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

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