Skip to main content
Version: 0.11.x

Interface: OdinRoomInfo

Represents the room state returned when joining. Contains information about the room and all current participants.

Properties

customer

customer: string

The customer ID owning this room.

Defined in

odin.room.d.ts:169


id

id: string

The unique identifier of the room.

Defined in

odin.room.d.ts:164


peers

peers: OdinPeerInfo[]

List of all peers currently in the room.

Defined in

odin.room.d.ts:179


user_data

user_data: undefined | Uint8Array

Custom user data associated with the room.

Defined in

odin.room.d.ts:174