Skip to content

Commit 9b9bd5f

Browse files
committed
release: 1.0.0.
1 parent b0525de commit 9b9bd5f

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
# Changelog
22

33
--------------------------------------------
4+
[1.0.0] - 2024.08.24
5+
6+
* allow to change UA uri in runtime (#425)
7+
* Overriding intervals for recovery connection (#472)
8+
* TcpSocket: Implement isConnecting & url (#464)
9+
* Uri configuration for call operation (#448)
10+
* Update add-line to python3 (#466)
11+
* Fixed work of calls on webkit browsers (#444)
12+
* Upgrade to video call implementation and dark mode (#462)
13+
* Add example apps. (#457)
14+
* Remove text media channels in SDP offers (#461)
15+
* set transport value using socket (#449)
16+
* Add sendInterval to dtmf (#443)
17+
* Feature/expose ice transport policy (#441)
18+
419
[0.6.0] - 2024.05.08
520

621
* Add status code to CallState on the progress event by @hiratake55 in https://github.com/flutter-webrtc/dart-sip-ua/pull/374

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: sip_ua
2-
version: 0.6.0
2+
version: 1.0.0
33
description: A SIP UA stack for Flutter/Dart, based on flutter-webrtc, support iOS/Android/Destkop/Web.
44
homepage: https://github.com/cloudwebrtc/dart-sip-ua
55
environment:

0 commit comments

Comments
 (0)