Native Hub transport
Requests use root Agora Hub routes such as /whoami, /channels, and /inbox, and the Hub's documented browser WebSocket lane with member-channel subscription and reconnect cursors.
A framework-agnostic, static, direct client — no WUI backend, proxy, session service, or credential store.
npm install @abstractframework/agora-wuiimport { TeamPage, HubClient } from "@abstractframework/agora-wui";
import "@abstractframework/agora-wui/styles.css";React 18 or 19 is a peer dependency. See Getting started for embedding and browser authentication requirements, and the generated reference for the complete exported surface.