diff --git a/components/embed-popup/agent-client.tsx b/components/embed-popup/agent-client.tsx index 00f0872..cf7f184 100644 --- a/components/embed-popup/agent-client.tsx +++ b/components/embed-popup/agent-client.tsx @@ -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({ diff --git a/components/welcome.tsx b/components/welcome.tsx index 25ba0b8..eca12ed 100644 --- a/components/welcome.tsx +++ b/components/welcome.tsx @@ -61,7 +61,7 @@ export default function Welcome() {

- Note: if you'd like to see what the popup style embed looks like in the context of this + Note: if you'd like to see what the popup style embed looks like in the context of this page,{' '}