- Android: Allowing SDK min version of 21 for debug builds (display of video will not work but everything else should).
- Android: Updated to Chime SDK version 0.17.1.
- Android: Increased SDK min version to 23 because platform views cannot be displayed below API level 23.
- Android: Updated to Chime SDK version 0.16.0 (media 0.16.0).
- Fixed example.
- Removed unnecessary dependencies.
- Breaking change: Android: Removed SDK binaries. Getting SDK from repository now.
- Breaking change: Methods now return null on simple success (they used to return "OK").
- Breaking change: Calling audioVideoStop() does not clear the view IDs anymore. Instead use clearViewIds().
- Breaking change: Android: You need to add the .aar files to your app (see below and README.md).
- Android: Switched vom JCenter to MavenCentral.
- Android: Updated Gradle.
- Android: AAR: Switched plugin to use compileOnly() instead of implementation() to fix #23.
- Android: Removed amazon-chime-sdk-combined-without-libc++_shared.so.aar.
- Android: Added amazon-chime-sdk.aar and amazon-chime-sdk-media.aar.
- Breaking change: iOS part temporarily disabled because files too large to publish.
- HELP! We need someone willing to fix the iOS part.
- Android: Updated to Chime SDK version 0.12.0 (media 0.12.1).
- Updated readme and changelog.
- Fixed plugin methods which were broken by the change to sound null safety (they return Future<String?> instead of Future now).
- Android: Updated to Chime SDK version 0.11.2 (media 0.11.2).
- Added instructions on how to create amazon-chime-sdk-combined-without-libc++_shared.so.aar.
- Breaking change: Requiring Dart 2.12.0 now.
- iOS: convertVideoTileStateToJson() now includes width and height.
- iOS: Updated to Chime SDK version 0.11.1 (media 0.7.1).
- Added OnActiveSpeakerDetected and OnActiveSpeakerScoreChanged events.
- Added ListAudioDevices and ChooseAudioDevice.
- Android: Updated to Chime SDK version 0.7.4 (media 0.7.0).
- More API doc.
- More API doc.
- iOS: Reset ViewIdToViewMap on AudioVideoStart. Return flutter result on all public plugin methods.
- Added iOS part.
- Updated to Android SDK version 0.7.0 (media 0.6.0).
- Added mute/unmute.
- Adjusted example so that it can receive proper authenticated meeting data.
- Added more references to the README.md.
- Added documentation about Chime not running on Android emulators (no x86 devices supported).
- Adjusted example so that it shows a note when running on an Android emulator.
- Breaking change: Changed event and command field names.
- Breaking change: Moved libc++_shared.so out of amazon-chime-sdk-combined.aar so that apps which already have libc++_shared.so can continue to work.
- Breaking change: Changed command field names.
- Added all params to ChimeVideoTileObserver.
- Added onPlatformViewCreated to ChimeDefaultVideoRenderView.
- Fixed mapping between views and tiles.
- Breaking change: Changed event field names.
- Added params to all AudioVideoFacade events.
- Added all AudioVideoFacade events.
- Updated homepage / link to github
- Adding documentation
- Longer description and added link to Amazon Chime SDK.
- Initial release works for Android. Joining a meeting, sending and receiving audio+video works.