Skip to Content

Room full

Code

MULTIPLAYER/ROOM_FULL

What it means

The room has reached the configured maximum number of players, so new joins are rejected.

When it happens

  • A room reaches the maximum player capacity and rejects new joins.

How to handle

  • In UI, show a clear message and suggest trying again later or joining a different realm.
  • On the server, include currentCount and maxCount in meta to confirm capacity behavior.
Last updated on
Docsv1.0.10