Skip to content

Releases: flutter-webrtc/dart-sip-ua

v1.0.0

24 Aug 11:48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.6.0...v1.0.0

0.6.0

08 May 15:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.5.8...0.6.0

Release 0.5.8

11 May 07:51
Compare
Choose a tag to compare
  • Allow await on helper start call (#365)
  • Adding params support for sendMessage (#366)
  • Set intl version to the one used by flutter

Release 0.5.7

11 May 07:38
Compare
Choose a tag to compare
  • Add sendMessage to Call
  • Bump version of intl

Release 0.5.6

17 Apr 06:53
Compare
Choose a tag to compare
  • Reverted version constraint on intl
  • Bumped version of flutter_webrtc

Release 0.5.5

08 Mar 14:54
Compare
Choose a tag to compare

[0.5.5] - 2023.03.08

  • Bump version for intl & lints
  • Update websocket_web_impl.dart (#345)
  • fix(hangup): set cancel reason nullable (#346)
  • Add sdp transformers (#350)
  • Hold fix (#351)

Release 0.5.4

20 Feb 12:59
Compare
Choose a tag to compare

[0.5.4] - 2023.02.20

  • Bump version for flutter-webrtc
  • Fixed error handling in _receiveInviteResponse #344
  • Updated logger #337
  • Websocket message queue using streams and Delay between messages #335
  • Fixed bugs in message.dart & rtc_session.dart #332
  • Allow setting ice_gathering_timeout option #330
  • Add realm option to SIPUAHelper settings #331
  • Code quality #326

0.5.3

19 Oct 11:42
Compare
Choose a tag to compare

[0.5.3] - 2022.10.19

  • Bump version for flutter-webrtc
  • Fix nullability in subscriber
  • Fix flutter test
  • Fix subscription parsing grammar
  • Added ability to supply custom logger
  • Added ability to get call statistics

0.5.2

05 Aug 12:53
Compare
Choose a tag to compare

[0.5.2] - 2022.08.05

  • chore: Fix hold/unhold.

0.5.1

12 Feb 23:23
Compare
Choose a tag to compare

[0.5.1] - 2022.02.13

  • chore: Fix compilation error for the web.