Chat Room Types

1-on-1 Chat Room

1-on-1 Chat Room is a chat room that consist of 1-on-1 chat between two users. This type of Chat Room allows you to have always same chat room between two users. Header of the room will be named by the pair's name. To create 1-on-1 Chat Room, you will need to know the opponent's userId.

Group Chat Room

When you want your many users to chat together in a single room, you need to create Group Chat Room. Basically Group Chat Room has the same concept as 1-on-1 Chat Room, but the difference is that Group Chat Room will target array of userId in a single method. The return of the function is ChatRoom object that you can store it in your persistent storage and then use it to enter the same room anytime you want.

At this moment, you can add up to 100 participants in a single Group Chat Room.

Channel

Channel is Chat Room which allows users to join without invitation. This will allow our clients to implement our SDK to create Forum, Live Chat in Video Streaming, or Public Channel like in Forum or Telegram.

At this moment, you can add up to 5000 participants in a single Channel, or if you need more than 5000 participants you can contact us.

Chat Room Type Comparison Table

Item1-on-1Group ChatChannel
Number of participants2up to 100up to 5000
Sent receipt
vv-
Delivered receiptvv-
Read receipt
vv-
Push notification
vv-
Unread countvv-
Support bot enginevvv
Block userv--
Adding or removing participants-vopen
Type to search, ESC to discard
Type to search, ESC to discard
Type to search, ESC to discard