AudioThreadDialog

Use the <AudioThreadDialog> component to render an audio thread in a dialog (chat bubble and an audio chat panel).
app.tsx
import { SuperinterfaceProvider, AudioThreadDialog, } from '@superinterface/react' export const App = () => ( <SuperinterfaceProvider> <AudioThreadDialog /> </SuperinterfaceProvider> )