siprix_voip_sdk_ios 1.0.25
siprix_voip_sdk_ios: ^1.0.25 copied to clipboard
iOS implementation of the 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 Dart:
$ dart pub add siprix_voip_sdk_iosWith Flutter:
$ flutter pub add siprix_voip_sdk_iosThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
siprix_voip_sdk_ios: ^1.0.25Alternatively, your editor might support dart pub get or 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_ios/siprix_voip_sdk_ios.dart';