pjsip_connect_flutter 1.0.1
pjsip_connect_flutter: ^1.0.1 copied to clipboard
Flutter VoIP/SIP plugin for Android and iOS — voice/video calls, messaging, and BLF/presence subscriptions, built on a prebuilt native SIP engine.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add pjsip_connect_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
pjsip_connect_flutter: ^1.0.1Alternatively, 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:pjsip_connect_flutter/pjsip_connect_flutter.dart';