Chat System

Estimated reading: 2 minutes 222 views
  • In your application, you have two styles to show the last chat list either all chats (default) with each other or multi-tabs where users are on a page and groups are on a page and pages are on a page separately.
  • In your application, you have two types of connections by socket.io or by rest API
  • if you are using a connection type socket system you should add a port socket for your server
  • You can enable to show alert toast when the user is online now
  • If you have a problem connecting to a socket system, you must check your server write, you can specify two types of connection WebSocket, Polling
  • Set the variable below to True or False to give the user some features such as chat archive, chat mute mode…etc

Options chat heads (Bubbles)

Chat heads are circle profile icons that poverty another context on the screen when you receive a new message on your app. tap on one, and you can read the full conversation in a pop-up, as well as respond, without leaving any app you’re currently in.
 
You can Disable/Enable it by variable
Also, you have some options for display mode it

Leave a Comment