nexacon_calls 1.3.16 copy "nexacon_calls: ^1.3.16" to clipboard
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_calls

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  nexacon_calls: ^1.3.16

Alternatively, 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';
1
likes
150
points
264
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter SDK for Nexacon API — plug-and-play P2P audio/video calling with WebRTC and NX signaling.

Homepage
Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_webrtc, http, json_annotation, web_socket_client

More

Packages that depend on nexacon_calls