Releases: flutter-webrtc/dart-sip-ua
Releases Β· flutter-webrtc/dart-sip-ua
v1.0.0
What's Changed
- Feature/expose ice transport policy by @komaxx in #441
- Add sendInterval to dtmf by @hiratake55 in #443
- Set transport value using socket via_transport by @Volsavr in #449
- Update sip_ua.dart by @NicolasGodfather in #456
- Remove text media channels in SDP offers by @victortive in #461
- Add example apps. by @cloudwebrtc in #457
- Upgrade to video call implementation and dark mode 2 by @mikaelwills in #462
- Fixed work of calls on webkit browsers by @nikzor in #444
- Uri configuration for call operation by @Volsavr in #448
- Update add-line to python3 by @victortive in #466
- TcpSocket: Implement isConnecting & url by @victortive in #464
- Overriding intervals for recovery connection by @Volsavr in #472
- allow to change UA uri in runtime by @furmur in #425
New Contributors
- @Volsavr made their first contribution in #449
- @NicolasGodfather made their first contribution in #456
- @victortive made their first contribution in #461
- @nikzor made their first contribution in #444
- @furmur made their first contribution in #425
Full Changelog: 0.6.0...v1.0.0
0.6.0
What's Changed
- Add status code to CallState on the progress event by @hiratake55 in #374
- expose rtc_session to/from-tag by @ftsef in #378
- #376: Added
_settings.session_timers_refresh_method
to UaSettings t⦠by @komaxx in #377 - expose instance_id by @VictorUvarov in #395
- Example app cleanup by @VictorUvarov in #394
- fix: parse expires from string header. by @cloudwebrtc in #396
- Add support for UAConfiguration registrar_server by @VictorUvarov in #397
- Feature/update dependency to intl v19 by @komaxx in #414
- Tcp socket implementation by @mikaelwills in #416
- feat: Adding extraHeaders in RegisterParams, exposing existing functionality via UaSettings() by @luan-evangelista in #432
- add contact_uri as parameter by @pjalbuquerque in #426
- Release/0.6.0 by @cloudwebrtc in #437
New Contributors
- @hiratake55 made their first contribution in #374
- @ftsef made their first contribution in #378
- @komaxx made their first contribution in #377
- @VictorUvarov made their first contribution in #395
- @mikaelwills made their first contribution in #416
- @luan-evangelista made their first contribution in #432
- @pjalbuquerque made their first contribution in #426
Full Changelog: 0.5.8...0.6.0
Release 0.5.8
Release 0.5.7
- Add sendMessage to Call
- Bump version of intl
Release 0.5.6
- Reverted version constraint on intl
- Bumped version of flutter_webrtc
Release 0.5.5
Release 0.5.4
[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
0.5.2
[0.5.2] - 2022.08.05
- chore: Fix hold/unhold.
0.5.1
[0.5.1] - 2022.02.13
- chore: Fix compilation error for the web.