Releases: flutter-webrtc/dart-sip-ua
Releases Β· flutter-webrtc/dart-sip-ua
v1.1.0
What's Changed
- make sure the session terminates by @victortive in #485
- Hold and video upgrade fixed by @mikaelwills in #503
- sip_ua_helper: add sendOptions by @eschmidbauer in #476
- Update callscreen.dart by @HVaidehi in #427
- Rethrow errors by @victortive in #505
- refactor/class c to enum by @victortive in #509
- fix/type 'int' is not a subtype of type 'String' by @VictorUvarov in #511
- Fix/prefer is empty lint by @victortive in #510
- replace string enum usage with dart enums by @victortive in #479
- remove recase dependency by @VictorUvarov in #512
- Update dynamic uri and contact_uri by @VictorUvarov in #513
- release: 1.0.1. by @cloudwebrtc in #508
- Concurrent modification during iteration bug fix by @aNOOBisTheGod in #514
- fix: bug for rfc2833. by @cloudwebrtc in #534
- fix: persist 'ws_uri' in _saveSettings to enable proper registration by @mechtech-mind in #542
- fix session-timers by @eschmidbauer in #545
- Setting for call statistics logs by @Volsavr in #549
- Extend configuration for ice gathering process by @Volsavr in #550
- allow
call-id
to be set from an option by @eschmidbauer in #552 - docs(readme): replace pub.dartlang.org with pub.dev; normalize macOS; update Flutter docs link by @jihanurrahman33 in #555
- chore: bump verson for flutter-webrtc and update examples. by @cloudwebrtc in #558
New Contributors
- @eschmidbauer made their first contribution in #476
- @HVaidehi made their first contribution in #427
- @aNOOBisTheGod made their first contribution in #514
- @mechtech-mind made their first contribution in #542
- @jihanurrahman33 made their first contribution in #555
Full Changelog: v1.0.0...v1.1.0
v1.0.1
What's Changed
- make sure the session terminates by @victortive in #485
- Hold and video upgrade fixed by @mikaelwills in #503
- sip_ua_helper: add sendOptions by @eschmidbauer in #476
- Update callscreen.dart by @HVaidehi in #427
- Rethrow errors by @victortive in #505
New Contributors
- @eschmidbauer made their first contribution in #476
- @HVaidehi made their first contribution in #427
Full Changelog: v1.0.0...v1.0.1
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