-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hey,
First of all we are using:
vapi: 0.0.9
Flutter: 3.22.2
We are trying to add vapi to our flutter app but we get a timeout error while the client is created (see image). The app crashed right after. It happens also on real devices.
We are using the example from the repository:
Future<void> test() async {
setState(() {
buttonText = 'Loading...';
isLoading = true;
});
try {
if (!isCallStarted) {
await vapi.start(assistantId: VAPI_ASSISTANT_ID);
} else {
await vapi.stop();
}
} catch (err) {
print(err);
}
}
}
Thanks!
hgandhi67
Metadata
Metadata
Assignees
Labels
No labels