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 cfa03e4 commit 576e7ebCopy full SHA for 576e7eb
components/embed/agent-client.tsx
@@ -59,6 +59,7 @@ function EmbedAgentClient({ appConfig }: AppProps) {
59
await room.localParticipant.setMicrophoneEnabled(true, undefined, {
60
preConnectBuffer: appConfig.isPreConnectBufferEnabled,
61
});
62
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
63
} catch (error: any) {
64
console.error('Error connecting to agent:', error);
65
toastAlert({
0 commit comments