siprix_voip_sdk 1.0.27 copy "siprix_voip_sdk: ^1.0.27" to clipboard
siprix_voip_sdk: ^1.0.27 copied to clipboard

Siprix VoIP SDK plugin for embedding voice-over-IP (VoIP) audio/video calls based on SIP/RTP protocols into Flutter applications.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add siprix_voip_sdk

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

dependencies:
  siprix_voip_sdk: ^1.0.27

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:siprix_voip_sdk/siprix_voip_sdk.dart';