Member Junction
    Preparing search index...

    Server Extension that registers the Bot Framework webhook route and delegates message handling to the TeamsAdapter.

    Uses the Bot Framework SDK's CloudAdapter for authentication and activity processing, which handles JWT token validation automatically.

    // Auto-discovered by MJServer when package is imported and config is present
    // No manual instantiation needed — just add to mj.config.cjs

    Hierarchy (View Summary)

    Index

    Constructors

    Methods

    • Optional: Called when configuration changes at runtime.

      Not all extensions need to support hot-reloading of configuration. Override this method if your extension can dynamically adjust its behavior without a full restart.

      Parameters

      Returns Promise<void>