Skip to main content

room.queue_status

Generated from spec/protocol.yaml. Do not edit by hand.

Overview

  • ID: 2208
  • Header: ROOM_QUEUE_STATUS
  • Direction: Server to Client (s2c)
  • Realm: Room
  • Phase: session
  • Since: nitro-1.6.6
  • Summary: Deliver the doorbell queue status

Payload fields

FieldTypeRequiredDescription
queueIdint32requiredQueue slot identifier.
positionint32requiredUser's current position in the queue (0-based).

Behavior

Sender

Sent to users waiting in a room's doorbell queue to show their current position.

Receiver

The client displays the queue position to the waiting user. Confirmed in GLADIATOR.

Notes

  • No additional notes