flutter_amazon_chime 0.1.0
flutter_amazon_chime: ^0.1.0 copied to clipboard
Flutter plugin for the Amazon Chime SDK, providing audio/video conferencing on iOS and Android.
0.1.0 #
- Initial public release.
- Audio and video meetings on iOS and Android via the Amazon Chime SDK.
- Screen sharing on both platforms. On iOS,
JoinInfo.screenShareExtensionIdor theChimeScreenShareExtensionInfo.plist key overrides the default<mainBundleId>.ScreenShareExtsuffix so the broadcast upload extension target can be named anything. - Three usage tiers: drop-in
AmazonChimeView, custom UI withChimeSession, or fully headless viaAmazonChime.instancestreams and methods. - Real-time data messages, active speaker detection, connection quality signals, audio device management, and periodic meeting-quality metrics.
- Typed exceptions (
ChimePermissionException,ChimeMeetingException,ChimeDeviceException,ChimeStateException) for structured error handling.