We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6b6cd commit eb2930fCopy full SHA for eb2930f
app/page.tsx
@@ -85,13 +85,13 @@ function SimpleVoiceAssistant(props: { onConnectButtonClicked: () => void }) {
85
<RoomAudioRenderer />
86
<NoAgentNotification state={agentState} />
87
<div className="fixed bottom-0 w-full px-4 py-2">
88
- <ControlBar onConnectButtonClicked={props.onConnectButtonClicked} />
+ <ControlBar />
89
</div>
90
</>
91
);
92
}
93
94
-function ControlBar(props: { onConnectButtonClicked: () => void }) {
+function ControlBar() {
95
/**
96
* Use Krisp background noise reduction when available.
97
* Note: This is only available on Scale plan, see {@link https://livekit.io/pricing | LiveKit Pricing} for more details.
0 commit comments