Skip to content

Commit

Permalink
Updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-daily committed Oct 10, 2024
1 parent 28e9b9b commit effed79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This Android library exposes the `DailyVoiceClient` class, to connect to a Daily
Add the following dependency to your `build.gradle` file:

```
implementation "ai.rtvi:rtvi-client-android-daily:0.1.5"
implementation "ai.rtvi:rtvi-client-android-daily:0.2.0"
```

Instantiate from your code:
Expand All @@ -32,4 +32,4 @@ client.start().withCallback {
```

`client.start()` (and other APIs) return a `Future`, which can give callbacks, or be awaited
using Kotlin Coroutines (`client.start().await()`).
using Kotlin Coroutines (`client.start().await()`).

0 comments on commit effed79

Please sign in to comment.