applooma_rtc 0.1.0
applooma_rtc: ^0.1.0 copied to clipboard
Real-time voice, video, live streaming and audio rooms for Flutter. Join channels with a token from your server, render participants and send data.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add applooma_rtcThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
applooma_rtc: ^0.1.0Alternatively, 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:applooma_rtc/applooma_rtc.dart';