Compare commits
3 Commits
6ce36e3ed8
...
638a387550
| Author | SHA1 | Date | |
|---|---|---|---|
| 638a387550 | |||
| 9dc9025d10 | |||
| 92e47718bc |
@@ -15,7 +15,7 @@ interface ChatPanelProps {
|
||||
connectionStatus: ConnectionStatus;
|
||||
isProcessing?: boolean;
|
||||
isVADReady?: boolean;
|
||||
vadError?: string;
|
||||
vadError?: string | null;
|
||||
isMicOn?: boolean;
|
||||
isSpeaking?: boolean;
|
||||
onSendText?: (text: string) => void;
|
||||
|
||||
Reference in New Issue
Block a user