Skip to content

Commit c32a4e3

Browse files
authored
Merge pull request #111 from pipecat-ai/filipi/fix_rn_example
Fixing RN simplechatbot example to use start instead of connect
2 parents 9d18c9d + de2397c commit c32a4e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple-chatbot/client/react-native/src/context/VoiceClientContext.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ export const VoiceClientProvider: React.FC<VoiceClientProviderProps> = ({ childr
107107
try {
108108
await client?.initDevices()
109109
await client?.startBotAndConnect({
110-
endpoint: url + '/connect',
110+
endpoint: url + '/start',
111111
});
112112
// updating the preferences
113113
const newSettings = await SettingsManager.getSettings();

0 commit comments

Comments
 (0)