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

    Interface OrphanedRoom

    An active room that may have been left running.

    interface OrphanedRoom {
        createdAt: string;
        name: string;
        ownerDisplayName?: string;
        targetUserIds: string[];
    }
    Index

    Properties

    createdAt: string

    ISO timestamp when the room was created.

    name: string

    Room name identifier.

    ownerDisplayName?: string

    Display name of the room owner.

    targetUserIds: string[]

    User IDs the room was targeted at.