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.
2 parents 9d18c9d + de2397c commit c32a4e3Copy full SHA for c32a4e3
simple-chatbot/client/react-native/src/context/VoiceClientContext.tsx
@@ -107,7 +107,7 @@ export const VoiceClientProvider: React.FC<VoiceClientProviderProps> = ({ childr
107
try {
108
await client?.initDevices()
109
await client?.startBotAndConnect({
110
- endpoint: url + '/connect',
+ endpoint: url + '/start',
111
});
112
// updating the preferences
113
const newSettings = await SettingsManager.getSettings();
0 commit comments