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