0 purchases
ultravox client
Ultravox client SDK for Flutter #
Flutter client SDK for Ultravox.
Getting started #
flutter add ultravox_client
copied to clipboard
Or you can directly add to your pubspec.yaml:
---
dependencies:
ultravox_client: <version>
copied to clipboard
Usage #
final session = UltravoxSession.create();
await session.joinCall(joinUrl);
session.statusNotifier.addListener(myListener);
await session.leaveCall();
copied to clipboard
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.
Supported platforms #
The Ultravox client SDK works on all Flutter platforms: Android, iOS, web, Linux, Windows, and macOS.
Example app #
You can view a demo of the example app at https://fixie-ai.github.io/ultravox-client-sdk-flutter/
You can use the Ultravox REST API to get a joinUrl.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.