We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb4dde commit f1cc28cCopy full SHA for f1cc28c
CHANGELOG.md
@@ -1,5 +1,12 @@
1
## Changelog
2
3
+[0.2.0] - 2020.05.27
4
+
5
+* Fixed bug for incoming call.
6
+* Just wait for 3 seconds for ice gathering.
7
+* Upgrade flutter-webrtc version to 0.2.8.
8
+* Prevent sharing of config between different UA instances.
9
10
[0.1.0] - 2019.12.13
11
12
* Initial release.
pubspec.yaml
@@ -1,5 +1,5 @@
name: sip_ua
-version: 0.1.0
+version: 0.2.0
description: A dart-lang version of the SIP UA stack.
homepage: https://github.com/cloudwebrtc/dart-sip-ua
environment:
0 commit comments