@akapulu/react
v0.3.4
Published
React provider and hooks for Akapulu web conversations.
Readme
@akapulu/react
React provider and hooks for Akapulu web conversations.
What this package contains
AkapuluProviderfor session and transport wiring- Session hooks (
useAkapuluSession,useAkapuluEvents) - Media hooks (
useAkapuluMediaControls,useAkapuluDailyCall) AkapuluBotAudiohelper component
Install
npm install @akapulu/reactUsage
import { AkapuluProvider, useAkapuluSession } from "@akapulu/react";Configure local connect/updates endpoints through AkapuluProvider and render your UI with hooks.
