File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
--------------------------------------------
4
+ [ 0.5.4] - 2023.02.20
5
+
6
+ * Bump version for flutter-webrtc
7
+ * Fixed error handling in _ receiveInviteResponse #344
8
+ * Updated logger #342
9
+ * Websocket message queue using streams and Delay between messages #335
10
+ * Fixed bugs in message.dart & rtc_session.dart #332
11
+ * Allow setting ice_gathering_timeout option #330
12
+ * Add realm option to SIPUAHelper settings #331
13
+ * Code quality #326
14
+
4
15
[ 0.5.3] - 2022.10.19
5
16
6
17
* Bump version for flutter-webrtc
Original file line number Diff line number Diff line change 1
1
name : sip_ua
2
- version : 0.5.3
2
+ version : 0.5.4
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 :
@@ -9,7 +9,7 @@ environment:
9
9
dependencies :
10
10
collection : ^1.15.0
11
11
crypto : ^3.0.0
12
- flutter_webrtc : ^0.9.12
12
+ flutter_webrtc : ^0.9.23
13
13
intl : ^0.17.0
14
14
logger : ^1.0.0
15
15
parser_error : ^0.2.0
You can’t perform that action at this time.
0 commit comments