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

    Interface CloudActiveRoom

    An active room advertised for discovery.

    interface CloudActiveRoom {
        createdAt: string;
        metadata?: Record<string, unknown>;
        name: string;
        owner: string;
        ownerDisplayName?: string;
        targetUserIds: string[];
    }
    Index

    Properties

    createdAt: string

    When the room was advertised (ISO 8601)

    metadata?: Record<string, unknown>

    Optional metadata (e.g., password required, participant count)

    name: string

    Room name (matches the name used with createRoom/joinRoom)

    owner: string

    User ID of the room owner

    ownerDisplayName?: string

    Display name of the room owner

    targetUserIds: string[]

    User IDs that can see this room in discovery