File tree 2 files changed +17
-7
lines changed 2 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
--------------------------------------------
4
+ [ 0.3.2] - 2020.11.11
5
+
6
+ * Added dtmf options to Call (#154 )
7
+ * Fix bug for digest authentication.
8
+ * Fix rport parse (#144 ).
9
+ * Support RFC2833.
10
+ * Upgrade flutter_webrtc to 0.4.1.
11
+ * Fix incorrect register assert (#139 ).
12
+
4
13
[ 0.3.1] - 2020.10.18
5
14
6
15
* fix rport in Via parser.
Original file line number Diff line number Diff line change 1
1
name : sip_ua
2
- version : 0.3.1
2
+ version : 0.3.2
3
3
description : A SIP UA stack for Flutter/Dart, based on flutter-webrtc, support iOS/Android/Destkop/Web.
4
4
homepage : https://github.com/cloudwebrtc/dart-sip-ua
5
5
environment :
@@ -8,15 +8,16 @@ environment:
8
8
9
9
dependencies :
10
10
crypto : ^2.1.2
11
- flutter_webrtc : ^0.4.0
11
+ flutter_webrtc : ^0.4.1
12
+ intl : ^0.16.0
13
+ logger : ^0.9.0
12
14
parser_error : ^0.1.1
13
- sdp_transform : ^0.2.0
14
- uuid : ^2.0.2
15
+ path : ^1.6.4
15
16
random_string : ^2.0.0
16
- logger : ^0.9.0
17
- intl : ^0.16.0
18
17
recase : ^3.0.0
19
- path : ^1.6.4
18
+ sdp_transform : ^0.2.0
19
+ uuid : ^2.0.2
20
+
20
21
21
22
dev_dependencies :
22
23
test : ^1.6.7
You can’t perform that action at this time.
0 commit comments