Loom Engine - v3.1.1
    Preparing search index...

    Interface LobbyOptions

    interface LobbyOptions {
        id: string;
        minSize?: number;
        maxSize?: number;
        hostId?: string;
        memberTimeoutMs?: number;
    }
    Index

    Properties

    id: string
    minSize?: number
    maxSize?: number
    hostId?: string
    memberTimeoutMs?: number