dart-sip-ua

A dart-lang version of the SIP UA stack.

MIT License

Stars
317

Bot releases are hidden (Show)

dart-sip-ua - v0.2.2

Published by cloudwebrtc over 4 years ago

[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.
dart-sip-ua - v0.2.1

Published by cloudwebrtc over 4 years ago

[0.2.1] - 2020.06.12

  • Add UnHandledResponse for registrationFailed.
  • Add allowBadCertificate for UaSettings.
  • Upgrade recase and logger.
dart-sip-ua - v0.2.0

Published by cloudwebrtc over 4 years ago

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