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 8833f15 commit 8efb3f3Copy full SHA for 8efb3f3
components/session-view.tsx
@@ -39,7 +39,8 @@ export const SessionView = ({
39
const { messages, send } = useChatAndTranscription();
40
const room = useRoomContext();
41
42
- useDebugMode();
+ // Uncomment the below to see verbose logs showing the underlying connection lifecycle
43
+ // useDebugMode();
44
45
async function handleSendMessage(message: string) {
46
await send(message);
0 commit comments