utd_stream_sdk 0.2.1
utd_stream_sdk: ^0.2.1 copied to clipboard
Headless LiveKit-based audio/video SDK for Flutter (audio call, video call, live stream, audio room) as logic-only sessions with no UI — build your own interface.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add utd_stream_sdkThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
utd_stream_sdk: ^0.2.1Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:utd_stream_sdk/utd_stream_sdk.dart';