Web Calls Changelog

It typically includes information about new features, bug fixes, and other updates that have been made. The format of a changelog can vary, but it is usually organized in reverse chronological order, with the most recent changes listed first.

4.18.0
#

  • New feature releases in chat SDK

4.17.2
#

  • Bugs fixes in call SDK

4.17.1
#

  • Bugs fixes and Performance improvements

4.17.0
#

Updates

  • apiBaseUrl and isTrialLicenseKey key param have been removed from SDK.initialize() method. SDK will determine these data based on the license key.

4.16.2
#

Updates

  • SDK.register method userIdentifier validation has been updated to allow alphanumeric and special characters such as hyphen(-) and underscore(_).

4.16.1
#

Updates

  • Reconnection mechanism has been stopped in the SDK after logging out.

4.16.0
#

Updates

  • Chat methods updates

4.15.2
#

New Feature

  • Error code handling on quick start methods

4.15.1
#

Updates

  • Reconnection mechanism handled in the SDK when got DISCONNECTED event from the server.

4.15.0
#

New Feature

  • Improvisation of making audio and video call

Updates

  • ConnectionListener status updated as like CONNECTED, DISCONNECTED, RECONNECTING and CONNECTIONFAILED.

4.14.2
#

Updates

  • Reconnection mechanism handled in the SDK when got DISCONNECTED event from the server.

4.14.1
#

New Feature

  • Web SDK can be installed via NPM. https://www.npmjs.com/package/mirrorfly-sdk
  • Webrtc adapter and Socket.io dependencies for the call has been removed.
  • Video resolution and Bitrate for the calls are configured dynamically based on the internet bandwidth.

Updates

  • Reconnection mechanism handled in the SDK itself instead of UI.
  • Bugs fixes and Performance improvements