Member Junction
    Preparing search index...

    Mints scoped LiveKit access tokens. Stateless apart from its resolved credentials.

    Index

    Constructors

    Accessors

    Methods

    • Mints a token for the AGENT bot (publish + subscribe + data, agent role metadata so the UI badges it correctly). The bridge passes this in its session Configuration.AccessToken.

      Parameters

      • roomName: string

        The room to join.

      • identity: string

        The bot identity.

      • OptionaldisplayName: string

        The bot display name.

      Returns Promise<MintedToken>

    • Mints a token for a HUMAN participant (publish + subscribe + data, participant role).

      Parameters

      • roomName: string

        The room to join.

      • identity: string

        The participant identity.

      • OptionaldisplayName: string

        The display name.

      • OptionalttlSeconds: number

        Optional token lifetime.

      Returns Promise<MintedToken>