Fake Mirrors
    Preparing search index...

    Class SessionService

    Represents the session service.

    • Reads the session by its ID.

      Parameters

      • data: { campaignId: string; sessionId: string }

        The data object.

      Returns Promise<SessionModel>

      The session model.

      ReplServerError If the session is not found.