Site icon Flutter Packages | Pub dev Packages – Flutter Mobile App World

A dart-lang version of the SIP UA stack

dart-sip-ua

A dart-lang version of the SIP UA stack, ported from JsSIP.

Overview

Currently supported platforms

Quickstart for Web platform

flutter doctor
flutter channel beta
flutter upgrade
flutter config --enable-web
git clone https://github.com/cloudwebrtc/dart-sip-ua.git
cd dart-sip-ua/example
flutter create .
flutter pub get
flutter run -d chrome

Application should have loaded in Chrome.

Register with SIP server:

In the application, enter connexion settings by clicking the top-right hamburger menu, then click Accounts

Calling:

NOTE

Thanks to the original authors of JsSIP for providing the JS version, which makes it possible to port the dart-lang.

Sponsors

The first version was sponsored by Suretec Systems Ltd. T/A SureVoIP.

Contributing

The project is inseparable from the contributors of the community.

License

dart-sip-ua is released under the MIT license.

Download source code on GitHub

https://github.com/cloudwebrtc/dart-sip-ua

Exit mobile version