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.24.0
#

Updates

4.23.0
#

Updates

  • Improvement in Call reconnection.

4.22.1
#

Updates

  • The email field now supports these symbols %+!$&# on profileUpdate.

4.22.0
#

New Feature

  • ChatSDK now supports EditMessage feature. Check out our official documentation here.

4.21.1
#

Updates

  • Improvement in chat SDK.

4.21.0
#

New Feature

  • ChatSDK now supports large file uploads and downloads along with pause and resume capability. Use the new method SDK.sendMediaFileMessage() to send and download media files.

4.20.2
#

Updates

  • Send Message method response format updated

4.20.1
#

Updates

  • isLastMessageSentByme added in Recentchats

4.20.0
#

New Feature

  • Meet message has been newly introduced in SDK. You can send a meet message by using the SDK.sendMeetMessage() method.

Updates

  • Bug fixes in the calls and chat.

4.19.1
#

Updates

  • Improvements in chat SDK.

4.19.0
#

New Feature

  • Meet feature has been newly introduced in SDK, check here for more details.

Updates

  • UserIdentifier validation has been updated to accept only hyphens(-),underscore(_) and alphanumeric characters in lower case during registration.
  • UserJid param has been returned in SDK.register() method response.

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