Skip to content

fixie-ai/ultravox-client-sdk-android

Repository files navigation

Ultravox client SDK for Android

Android client SDK for Ultravox.

maven package

Usage

val sessionState = session.joinCall(joinText.text.toString())
sessionState.listen("transcript") {
    run {
        val last = sessionState.lastTranscript
        // Do stuff with the transcript
    }
}

See the included example app for a more complete example. To get a joinUrl, you'll want to integrate your server with the Ultravox REST API.

About

Android client SDK for Ultravox.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages