VapiAI / client-sdk-android

1 stars 1 forks source link

Error: `Cannot access 'co.daily.CallClientListener' which is a supertype of 'ai.vapi.android.Vapi'` #5

Closed robingenz closed 2 weeks ago

robingenz commented 1 month ago

I get the following error message in Android Studio when I try to listen to the events:

Cannot access 'co.daily.CallClientListener' which is a supertype of 'ai.vapi.android.Vapi'. Check your module classpath for missing or conflicting dependencies

grafik

What am I doing wrong here?

robingenz commented 4 weeks ago

Does anyone have any ideas on how I can solve this? My customer would like to get started with Vapi.

LucasBaccaro commented 3 weeks ago

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?

abizzaar commented 2 weeks ago

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'
}
abizzaar commented 2 weeks ago

@LucasBaccaro if you're still getting the 403 error please open another issue for it!