Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions components/embed-popup/agent-client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ function EmbedFixedAgentClient({
await room.localParticipant.setMicrophoneEnabled(true, undefined, {
preConnectBuffer: appConfig.isPreConnectBufferEnabled,
});
// eslint-disable-next-line @typescript-eslint/no-explicit-any
} catch (error: any) {
console.error('Error connecting to agent:', error);
toastAlert({
Expand Down
2 changes: 1 addition & 1 deletion components/welcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export default function Welcome() {
</div>

<p className="text-sm">
Note: if you'd like to see what the popup style embed looks like in the context of this
Note: if you&apos;d like to see what the popup style embed looks like in the context of this
page,{' '}
<Button variant="link" className="px-0 normal-case" onClick={activateGlobalPopup}>
click here
Expand Down
2 changes: 1 addition & 1 deletion lib/utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { type ClassValue, clsx } from 'clsx';
import { Room } from 'livekit-client';
import { twMerge } from 'tailwind-merge';
import { ReceivedChatMessage, TextStreamData } from '@livekit/components-react';
import { type ReceivedChatMessage, type TextStreamData } from '@livekit/components-react';

export function cn(...inputs: ClassValue[]) {
return twMerge(clsx(inputs));
Expand Down
111 changes: 66 additions & 45 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.