Closed robingenz closed 2 weeks ago
Does anyone have any ideas on how I can solve this? My customer would like to get started with Vapi.
You need to install the co.daily dependencies and it will work. But when I try to run. Vapi responds forbidden 403 and not explains more :( do you have any solution?
This is fixed in the newer version (you shouldn't need to install co.daily separately anymore)
dependencies {
// ...
implementation 'ai.vapi.android:vapi:1.0.7'
}
@LucasBaccaro if you're still getting the 403 error please open another issue for it!
I get the following error message in Android Studio when I try to listen to the events:
What am I doing wrong here?