nexacon_calls 1.3.11
nexacon_calls: ^1.3.11 copied to clipboard
A Flutter SDK for Nexacon API — plug-and-play P2P audio/video calling with WebRTC and NX signaling.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add nexacon_callsWith Flutter:
$ flutter pub add nexacon_callsThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
nexacon_calls: ^1.3.11Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:nexacon_calls/nexacon_calls.dart';