A dart-lang version of the SIP UA stack, ported from JsSIP.
-keep class io.flutter.app.** { *; }
-keep class io.flutter.plugin.** { *; }
-keep class io.flutter.util.** { *; }
-keep class io.flutter.view.** { *; }
-keep class io.flutter.** { *; }
-keep class io.flutter.plugins.** { *; }
-keep class com.cloudwebrtc.webrtc.** {*;}
-keep class org.webrtc.** {*;}
Run example:
Register with SIP server:
Thanks to the original authors of JsSIP for providing the JS version, which makes it possible to port the dart-lang.
The first version was sponsored by Suretec Systems Ltd. T/A SureVoIP.
The project is inseparable from the contributors of the community.
dart-sip-ua is released under the MIT license.