Skip to content

Commit 2d1a574

Browse files
committed
upgrade version to 0.3.6.
1 parent 8357acb commit 2d1a574

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

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

33
--------------------------------------------
4+
[0.3.6] - 2021.08.24
5+
6+
* Support custom MediaStream for call/answer.
7+
* Fix the exception caused by speaker operation in web mode.
8+
* bump dependencies (#216)
9+
* Fix the parameters with double quotes in the Authentication header,
10+
and the unknown parameters are saved to auth_params.
11+
* updated crypto and uuid versions (#188)
12+
* Update dependency sdp_transform to ^0.3.0
13+
* Fixed mute audio for unified-plan
14+
* Add remote_has_audio/video method for Call.
15+
* Configuring via_transport
16+
417
[0.3.5] - 2021.02.03
518

619
* Upgrade flutter-webrtc to 0.5.8.

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.3.5
2+
version: 0.3.6
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)