Access Flow

How to join your group chat

Accessing your chat is simple. Use the shared password to enter the room instantly. No sign-ups, no emails, just talk.

01

Enter the shared room key

Input the single group password to instantly join the live chat room without creating any personal accounts.

POST /api/room/join
02

Validate room credentials

The system verifies your shared key against the encrypted room vault and grants immediate session access.

SQL / Vault Query
03

Establish live connection

Your session is initialized, syncing all active messages, reactions, and online members in real-time.

WS 200 OK — Session Active
Learn about our securityRead Guide
chatl-engine // live-sync
API:POST /api/room/join
SOCKET: ACTIVE_CONNECTION
HOST: chatl-node-01
// 1. Join RequestAuth
async function joinRoom(key) {
  const res = await fetch("/api/room/join", { 
    method: "POST",
    body: JSON.stringify({ key }) 
  });
  return await res.json();
}
// 2. Vault ValidationPayload
{
  "room": "General",
  "status": "verified",
  "session": "active",
  "members": 14
}
// 3. Sync Complete200 OK
[SOCKET] Handshake established
[SOCKET] Syncing message history...
[SOCKET] Loading reactions...
[SOCKET] Online members: 14
[STATUS] 200 OK — Room joined.

Ready to join

Secure session established

CHATL HELP CENTER

Common Questions

Everything you need to know about joining rooms, managing settings, and staying connected with your group.

Joining is simple. Just enter the shared password provided by your group host into the main login field. Once verified, you are instantly connected to the room with no need to create a personal account or profile.

Tags:Shared PasswordInstant AccessNo Accounts

SUPPORT PORTAL

Need more help with your room?

Contact our support team for help with password resets, room management, or technical issues.

Group Chat Ready
Join Your Group Now

Jump into the group chat with your friends.

Connect instantly using a shared password. Talk, react, and stay updated in one simple, clean room designed for your group.

Instant Reactions

Express with emojis

Online Presence

See who is active

Thread Replies

Keep chats organized

Chat Room StatusLive Now

Shared Access

One password for all

01

Live Chat

Real-time group talk

02

Notifications

Stay in the loop

03

Custom Settings

Tailor your experience

04
Active members in roomOnline 12