eggnstone_amazon_chime 0.4.2 copy "eggnstone_amazon_chime: ^0.4.2" to clipboard
eggnstone_amazon_chime: ^0.4.2 copied to clipboard

outdated

A wrapper for the Amazon Chime SDKs. Allows to join Chime meetings using audio and video.

eggnstone_amazon_chime #

A wrapper for the Amazon Chime SDKs. Allows to join Chime meetings using audio and video.

Android #

  • Chime does not work on Android emulators!

https://github.com/aws/amazon-chime-sdk-android
"NOTE: Please make sure that you are running on ARM supported devices (real devices) or simulator with arm supported. We do not support x86 currently, so simulators with x86 will not work."
The example works on Android emulators as far as showing the version of the SDK.
Anything else will trigger an UnsatisfiedLinkError for libc++_shared.so.

  • Min SDK version is 21
  • Add the following lines to your android/app/build.gradle in the dependencies section:
// https://frontbackend.com/maven/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-android  
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.7"  
// https://frontbackend.com/maven/artifact/org.jetbrains.kotlinx/kotlinx-coroutines-core  
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.7"  
  • If your app already uses libc++_shared.so then no further change necessary.
  • If your app does not use libc++_shared.so then
    • Copy the folder libc++_shared.so from example\android to your app's android folder
    • Add implementation fileTree(dir: '../libc++_shared.so', include: ['libc++_shared.so.aar']) to the dependencies section of your app's android/app/build.gradle

Request for help

  • I had to manually combine amazon-chime-sdk.aar and amazon-chime-sdk-media.aar because otherwise the contents clash. If anyone knows a better solution I'll be happy to use it!
  • Then I moved the libc++_shared.so out in order to be able to use the plugin in apps that already have that library. Again, if anyone knows a better solution I'll be happy to use it!

Used versions

References

iOS #

TODO

References

Web #

TODO

References

16
likes
0
pub points
17%
popularity

Publisher

verified publishereggnstone.dev

A wrapper for the Amazon Chime SDKs. Allows to join Chime meetings using audio and video.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on eggnstone_amazon_chime