eggnstone_amazon_chime 0.3.0 eggnstone_amazon_chime: ^0.3.0 copied to clipboard
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 #
- 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"
- 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!
Used versions
References
- https://github.com/aws/amazon-chime-sdk-android
- https://aws.amazon.com/blogs/business-productivity/building-a-meeting-application-on-android-using-the-amazon-chime-sdk/
iOS #
TODO
Web #
TODO