Releases: infobip/mobile-messaging-react-native-plugin
Releases · infobip/mobile-messaging-react-native-plugin
9.2.1
Fixed
- Handling of the deviceToken in case if
withoutRegisteringForRemoteNotifications
is used and registration is happening without usage of the MobileMessaging SDK - In-app alerts and popups were not displayed on iPad
9.2.0
Added
- New rtc-ui reconnection indicator.
Changed
- We improved In-app chat attachments feature permissions requesting, and chat connection handling.
Fixed
- In-app chat bug when sending message with special characters.
9.1.0
Fixed
- iOS: handling notificationTapped event
Added
- BasicExample with minimum functionality
9.0.0
Added
- In-app chat support for Serbian (Latin) language
- In-app chat messages exceeding the max text length are now automatically sent as smaller messages
Changed
- webRTCUI using new
configurationId
and provides new options to register for calls. Check Migration guide for more details.
8.4.0
Changed
8.3.0
Added
- Option to control In-app chat connection with new methods stopConnection and restartConnection on iOS.
Changed
- In-app chat now automatically stops and restarts its connection when going to background/locking, and going to foreground/unlocking, optimising push notifications from chat events.
8.2.1
Fixed
- Android: FCM token reissue
8.2.0
Added
- Support for WebRTC audio and video calls, with built-in user interface.
8.1.0
Added
- InAppChat authentication with JSON Web Token.
8.0.2
Added
- Option to handle InAppChat navigation in mutithread
- New InAppChat event
inAppChat.viewStateChanged
Fixed
- InAppChat React component toolbar bug