Hiyve Components - v1.0.0
    Preparing search index...

    Snapshot of the room state returned at connect time.

    interface SessionInfo {
        peers: { sessionId: number; userId: string }[];
        sessionId: number;
        userId: string;
    }
    Index

    Properties

    peers: { sessionId: number; userId: string }[]

    Peers already in the room when this client joined.

    sessionId: number

    Server-assigned session ID for this client (uint32, monotonically increasing per room).

    userId: string

    Confirmed userId from the JWT.