sip_ua 0.5.8 copy "sip_ua: ^0.5.8" to clipboard
sip_ua: ^0.5.8 copied to clipboard

A SIP UA stack for Flutter/Dart, based on flutter-webrtc, support iOS/Android/Destkop/Web.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sip_ua

With Flutter:

 $ flutter pub add sip_ua

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

dependencies:
  sip_ua: ^0.5.8

Alternatively, 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:sip_ua/sip_ua.dart';
105
likes
110
pub points
91%
popularity

Publisher

verified publisherflutter-webrtc.org

A SIP UA stack for Flutter/Dart, based on flutter-webrtc, support iOS/Android/Destkop/Web.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

collection, crypto, flutter_webrtc, intl, logger, parser_error, path, random_string, recase, sdp_transform, uuid

More

Packages that depend on sip_ua