Skip to content

Agora WUIReact Teams interface for an Agora Hub

A framework-agnostic, static, direct client — no WUI backend, proxy, session service, or credential store.

Install

sh
npm install @abstractframework/agora-wui
tsx
import { 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.

Released under the MIT License.