sip_voip_plugin 1.0.5 copy "sip_voip_plugin: ^1.0.5" to clipboard
sip_voip_plugin: ^1.0.5 copied to clipboard

A simple Flutter plugin for SIP VoIP calling with CallKit support. Supports single and multi-account SIP registrations.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add sip_voip_plugin

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

dependencies:
  sip_voip_plugin: ^1.0.5

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:sip_voip_plugin/multi_sip_service.dart';
import 'package:sip_voip_plugin/sip_service.dart';
import 'package:sip_voip_plugin/voip_plugin.dart';
import 'package:sip_voip_plugin/voip_service.dart';
0
likes
90
points
21
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A simple Flutter plugin for SIP VoIP calling with CallKit support. Supports single and multi-account SIP registrations.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_callkit_incoming, flutter_webrtc, permission_handler, sip_ua, uuid

More

Packages that depend on sip_voip_plugin