Skip to content

Bandyer Android SDK has been updated πŸ”ŒπŸ”ŒπŸ”Œ

Compare
Choose a tag to compare
@fede87 fede87 released this 19 Mar 18:40
· 166 commits to master since this release

Breaking changes

Call

  • Removed resumeCallActivity()
  • Removed onNotificationAction in CallNotificationListener, actions from notification will now be automatically consumed

Chat

  • Chat observer has been deprecated
  • Removed onNotificationAction in ChatNotificationListener, actions from notification will now be automatically consumed
  • IncomingChat can now be shown as notification with asNotification() method before calling show()

Changed

  • BandyerExceptionReceiver now receives unhandled notification thought onException method

Added

  • CachedUserDetailsProvider that is capable of caching at runtime subsequent userDetails request with same user aliases

Call

  • Added method to broadcast integrating app user verification to other call participants
  • Added method to change call UI display mode (foreground, background, picture in picture)
  • Added call UI observer to be notified of current call UI state
  • Added CallEventBroadcastReceiver to receive call events as broadcast notifications
  • Added call creation callback in CallObserver

Chat

  • Added chat UI observer to be notified of current call UI state
  • Added ChatEventBroadcastReceiver to receive chat events as broadcast notifications

Improvements and bugfixes

  • FIxed anr error while recovering some unhandled exceptions in integrating apps
  • Improved UI/UX