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.
#
2.4.0Update in Chat Messages Method
- The getChatMessages method has been updated to remove the
page
parameter for pagination. Click here for more details.
#
2.3.5Improved Recentchat methods
- Improvements in getRecentChats to support object-based parameters for cleaner syntax. Click here for more updates.
#
2.3.4New Feature
- Added new feature where Super Admin can delete the group permanently. check here for more updates.
- When the session is deleted via the API, a logout event is triggered through the message listener. check here for more updates..
#
2.3.2Updates
- Bug fixes when message is received in background
- Improvements in throwing error messages of Group functions.
#
2.3.1New Feature
- User can now mute the notifications of chat. Click here for more details.
- ChatSDK now supports the Archive/Unarchive Chat feature. Check here for details
#
2.2.0Updates
- The register method now accepts input parameters as an object, making it more convenient and structured to use . Additionally, the deviceId parameter is now managed through native features on both iOS and Android platforms, ensuring accurate connection tracking. Check here for details
#
2.1.0New Feature
- ChatSDK now supports the Edit Message feature. Check here for details
- The User Block and Unblock feature is now available in ChatSDK. Check here for details.
#
2.0.0Media compression feature implemented
- Implemented new methods to perform media compression for wider compatibility. Check here for details.
- Update the "getChatMessages" method to support both object-based and individual argument inputs for enhanced flexibility. Explore the details here
#
1.1.0Large file upload and download feature implemented
- The methods sendImageMessage, sendVideoMessage, sendAudioMessage, and sendDocumentMessage have been deprecated.
- Moving forward, please use sendMediaMessage to send video, audio, and document files, ensuring better maintainability and consistency across media types.
#
1.0.19Updates
- Enhanced SDK support for the latest React Native version 0.73 or higher, Upgrade to Realm version 20.1.0 for compatibility, check here for more details.
#
1.0.10New Feature
- With the newly introduced call logs feature in the SDK, you can now retrieve, delete, and clear call logs, check here for more details.
Updates
- Bug fixes for socket disconnection issues occurring while receiving calls in the background.
#
1.0.8New Feature
- With the newly introduced call switch feature in the SDK, you can now seamlessly switch between audio and video calls and vice versa, check here for more details.
#
1.0.2Updates
- Added socketEmitEvent() method to prevent the socket disconnect when the proximity is enabled, check here for more details.
#
0.3.0New Feature
- Video call feature has been newly introduced in SDK, check here for more details.
#
0.2.1New Feature
- React Native SDK can be installed via NPM. https://www.npmjs.com/package/mirrorfly-reactnative-sdk
- Audio call feature has been newly introduced in SDK, check here for more details.