RBWCM-SDK Documentation - v1.1.0
    Preparing search index...

    Class MatchmakingManager

    Manages API operations related to Matchmaking processing and active Draft sessions.

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    client: RankedClient

    Methods

    • Forces the matchmaking process to start for a specific queue, bypassing standard event flows. Useful for debugging or unsticking a stalled queue.

      Parameters

      • queueId: string

        The UUID of the queue to process.

      Returns Promise<{ message: string; timestamp: number }>

      A promise resolving to an object containing the success message and timestamp.