iOS 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.
#
5.13.3Call SDK changes
- Added a new param UserName in the CallManager delegate.'func getDisplayName(IncomingUser : [String], incomingUserName: String)
- Bug fixes in leave Group method.
#
5.13.2New Feature
- Revoke admin in Group has been newly introduced in SDK. You can revoke a admin user from a group to a normal user if you are an admin in that group.
#
5.13.1Updates
- Improvements in Group creation process.
#
5.13.0New Feature
- Meet message has been newly introduced in SDK. You can send a meet message by using the FlyMessenger.sendMeetMessage() method.
Updates
- Bug fixes in the call and chat.
#
5.12.0New Feature
- Meet feature has been newly introduced in SDK. You can create Meet link by using CallManager.createMeetLink() method. 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 ChatManager.registerApiService() method response
Removed
- sendCallMessage() delegate method has been removed from CallManagerDelegate protocol
#
5.11.7- SDK internal library updated
#
5.11.6- Chat SDK fixes
#
5.11.5- Chat SDK fixes
#
5.11.4- Chat SDK fixes
#
5.11.3- Chat SDK fixes
#
5.11.2- Chat SDK fixes
#
5.11.1- Join call via link bug fixes
#
5.10.6- Join call via link bug fixes
- Deleted user in recent chat bug fixes
- Performance improvements
#
5.10.2- Chat history Bugs fixes
#
5.10.1- Bugs fixes and Performance improvements
#
5.9.8- Bugs fixes and Performance improvements
#
5.9.7New Feature
- Users can now join a call via link
#
5.9.0- Bugs fixes and Performance improvements
- Handling standby connections to call servers will be made based on Application state
- Call SDK published as a pod in Cocoapods. Pod name was "MirrorFlySDK"
#
5.8.0- Call feature will be available only in MirrorFlySDK.xcframework. From this release call feature won't have separate xcframework.
New Feature
- Calls feature added to MirrorFlySDK.xcframework
- App's badge count will be incremented for missed calls
- New method for Call logs deletion
- ChatManager.deleteCallLog()
Api Changes
- Pagination implemented in fetching Call Log method
- CallLogManager.getCallLogs()