voxa_rtc_engine 0.2.7
voxa_rtc_engine: ^0.2.7 copied to clipboard
Drop-in Agora-compatible RTC SDK for Flutter on your own servers: same classes, signatures, error codes and callback order as agora_rtc_engine 6.x.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add voxa_rtc_engineThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
voxa_rtc_engine: ^0.2.7Alternatively, 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:voxa_rtc_engine/voxa_rtc_engine.dart';