Saxonberg Server API
    Preparing search index...
    Index

    Constructors

    Methods

    • Drop a player from every tuned channel (logout). Returns the broadcaster ids that emptied — the backend reader unsubscribes each.

      Parameters

      • playerId: string

      Returns Promise<string[]>

    • The history ring for a channel (by login).

      Parameters

      • login: string

      Returns Promise<readonly MessageFrame<unknown>[]>

    Staticpost

    • Tune a player out by login (1→0 edge).

      Parameters

      Returns Promise<{ login?: string; ok: boolean; reason?: string }>