Skip to content

Kaleyra Video Android SDK v3.0.0

Compare
Choose a tag to compare
@fede87 fede87 released this 19 May 15:38
· 76 commits to master since this release

Breaking changes

  • All BandyerSDKDesign style refs have been refactored in KaleyraCollaborationSuiteUI, resources/attrs/ids are now using the prefix kaleyra instead of bandyer
  • New BandyerSDK configuration flow
  • New BandyerSDK authentication and connection flow
  • Call and chat configurations must be now provided via BandyerSDKConfiguration builder tools api
  • Handling push notification requires now BandyerSDK to be authenticated and connected as first step
  • Joining call urls requires requires now BandyerSDK to be authenticated and connected as first step
  • Call and Chat module statuses have been simplified
  • UserDetailsProvider result api has been rewritten
  • All deprecated APIs have been removed

Migration details

For a complete migration guide, please refer to: Upgrade to v3+.

Added

Call

  • Manual and automatic recording types call options. Please refer to call options and observe call recording documentations.
  • Call Recording UI alerts to inform about call recording current status.