dart-sip-ua

A dart-lang version of the SIP UA stack.

MIT License

Stars
317

Bot releases are visible (Hide)

dart-sip-ua - 0.6.0 Latest Release

Published by cloudwebrtc 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/flutter-webrtc/dart-sip-ua/compare/0.5.8...0.6.0

dart-sip-ua - Release 0.5.8

Published by Perondas over 1 year ago

  • Allow await on helper start call (#365)
  • Adding params support for sendMessage (#366)
  • Set intl version to the one used by flutter
dart-sip-ua - Release 0.5.7

Published by Perondas over 1 year ago

  • Add sendMessage to Call
  • Bump version of intl
dart-sip-ua - Release 0.5.6

Published by Perondas over 1 year ago

  • Reverted version constraint on intl
  • Bumped version of flutter_webrtc
dart-sip-ua - Release 0.5.5

Published by Perondas over 1 year ago

[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)
dart-sip-ua - Release 0.5.4

Published by Perondas over 1 year ago

[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
dart-sip-ua - 0.5.3

Published by Perondas about 2 years ago

[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
dart-sip-ua - 0.5.2

Published by cloudwebrtc about 2 years ago

[0.5.2] - 2022.08.05

  • chore: Fix hold/unhold.
dart-sip-ua - 0.5.1

Published by cloudwebrtc over 2 years ago

[0.5.1] - 2022.02.13

  • chore: Fix compilation error for the web.
dart-sip-ua - v0.5.0

Published by cloudwebrtc over 2 years ago

[0.5.0] - 2022.02.08

  • Null safety.
  • Bump version for flutter-webrtc.
dart-sip-ua - v0.4.0

Published by cloudwebrtc about 3 years ago

[0.4.0] - 2021.10.13

  • Add extended header support (#235)
  • Add iceGatheringTimeout for UaSettings.
dart-sip-ua - v0.3.9

Published by cloudwebrtc about 3 years ago

[0.3.9] - 2021.09.27

  • Upgrade flutter-webrtc to 0.6.8
dart-sip-ua - v0.3.8

Published by cloudwebrtc about 3 years ago


[0.3.8] - 2021.09.26

  • Fix ice delay.
  • Don't run ready if the session has been terminated (#226)
  • Support IceRestart when IceStateDisconnected (#218)
  • Add options to the hangup (#224)
  • Adaptive when answering audio or video calls.
dart-sip-ua - v0.3.7

Published by cloudwebrtc about 3 years ago

[0.3.7] - 2021.08.24

Fix the issue that unified-plan's onTrack does not call back AudioTrack.
Export PeerConnection for call.

dart-sip-ua - v0.3.6

Published by cloudwebrtc about 3 years ago

[0.3.6] - 2021.08.24

Support custom MediaStream for call/answer.
Fix the exception caused by speaker operation in web mode.
bump dependencies (#216)
Fix the parameters with double quotes in the Authentication header, and the unknown parameters are saved to auth_params.
updated crypto and uuid versions (#188)
Update dependency sdp_transform to ^0.3.0
Fixed mute audio for unified-plan
Add remote_has_audio/video method for Call.
Configuring via_transport.

dart-sip-ua - v0.3.5

Published by cloudwebrtc over 3 years ago

[0.3.5] - 2021.02.03

  • Upgrade flutter-webrtc to 0.5.8.
  • Set sdpSemantics (plan-b or unfied-plan) to unfied-plan by default.
  • Add correct transport param to contact uri. close #161, close #160.
  • Let the user override the call options by extending SIPUAHelper (#170).
dart-sip-ua - v0.3.2

Published by cloudwebrtc almost 4 years ago

[0.3.2] - 2020.11.11

  • Added dtmf options to Call (#154)
  • Fix bug for digest authentication.
  • Fix rport parse (#144).
  • Support RFC2833.
  • Upgrade flutter_webrtc to 0.4.1.
  • Fix incorrect register assert (#139).
dart-sip-ua - v0.3.1

Published by cloudwebrtc about 4 years ago

[0.3.1] - 2020.10.18

  • fix rport in Via parser.

[0.3.0] - 2020.10.18

  • Upgrade flutter_webrtc to 0.4.0
  • Get more pub points (#138)
  • Fix Uri.parse
  • Force use case sensitivity in Websocket Upgrade to be compatible with old SIP servers
  • Expose Register Expires setting and if Register at all (Thanks ghenry@SureVoIP)
  • extraContactUriParams now working and tested against OpenSIPS 3.1 that has RFC8599 support (Thanks ghenry@SureVoIP)
dart-sip-ua - v0.2.4

Published by cloudwebrtc about 4 years ago

[0.2.4] - 2020.08.25

  • Add missing key field Sec-WebSocket-Protocol.
dart-sip-ua - v0.2.3

Published by cloudwebrtc about 4 years ago

[0.2.3] - 2020.08.25

  • Add display_name for Call.
  • Add WebSocketSettings.
  • Fix the invalid extraHeaders in Registrator.
  • Exposed local_identity for Call.
  • Fixed Sec-WebSocket-Key keys are not 24 bytes.
Related Projects