nexacon_calls 1.3.16
nexacon_calls: ^1.3.16 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 Flutter:
$ flutter pub add nexacon_callsThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nexacon_calls: ^1.3.16Alternatively, 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:nexacon_calls/nexacon_calls.dart';