ultravox_client

Creator: coderz1093

Last updated:

0 purchases

ultravox_client Image
ultravox_client Images
Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.