Skip to content

Releases: flutter-webrtc/dart-sip-ua

v0.3.1

18 Oct 05:28
Compare
Choose a tag to compare

[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)

v0.2.4

25 Aug 15:44
Compare
Choose a tag to compare

[0.2.4] - 2020.08.25

  • Add missing key field Sec-WebSocket-Protocol.

v0.2.3

25 Aug 14:49
Compare
Choose a tag to compare

[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.

v0.2.2

17 Jul 23:56
Compare
Choose a tag to compare

[0.2.2] - 2020.07.16

  • Refactor call API, move answer, hangup, hold etc methos to Call class.
  • Add SIP message listener to listen the new incoming SIP text message.
  • Expose ha1 in UaSettings.

v0.2.1

12 Jun 07:35
Compare
Choose a tag to compare

[0.2.1] - 2020.06.12

  • Add UnHandledResponse for registrationFailed.
  • Add allowBadCertificate for UaSettings.
  • Upgrade recase and logger.

v0.2.0

27 May 15:47
Compare
Choose a tag to compare

[0.2.0] - 2020.05.27

  • Fixed bug for incoming call.
  • Just wait for 3 seconds for ice gathering.
  • Upgrade flutter-webrtc version to 0.2.8.
  • Prevent sharing of config between different UA instances.