Chameleon
    Preparing search index...

    Interface Lobby

    interface Lobby {
        id: string;
        applicationId: string;
        metadata: Record<string, string> | null;
        members: LobbyMember[];
        linkedChannel?: Channel;
    }
    Index

    Properties

    id: string
    applicationId: string
    metadata: Record<string, string> | null
    members: LobbyMember[]
    linkedChannel?: Channel