couch-kit
    Preparing search index...

    Type Alias JoinSessionResult<S>

    type JoinSessionResult<S extends IGameState> = {
        action: InternalAction<S>;
        isReconnect: boolean;
        playerId: string;
        secret: string;
        socketId: string;
    }

    Type Parameters

    Index
    action: InternalAction<S>
    isReconnect: boolean
    playerId: string
    secret: string
    socketId: string