Public
Documentation Settings

Chat IO

CHAT-IO =https://chat-io-ap.herokuapp.com/api/

Chat events

Events to emit

EventsPurpose
onlineemit this event when user has log in or signup or when user is already logged in and open the application.

pass userId as payload
new-chatemit this event when user is starting new chat

pass receiverId as payload
join-chatemit this when user select a specific chat to send message to.

pass chatId as payload
chat-messageemit this event when chat message is sent and pass the response as payload.

Events to be observe

EventsPurpose
chatsObserve this event when list of available chats changes

response is same as this route {{CHAT-IO}}v1/chat/chats
chat-messageObserve this for realtime chatting messages

response is same as this route {{CHAT-IO}}v1/chat/get-messages/:chatId