Git Product home page Git Product logo

gianlucainnocente / eggnstone_amazon_chime Goto Github PK

View Code? Open in Web Editor NEW

This project forked from eggnstone/eggnstone_amazon_chime

0.0 0.0 0.0 116.28 MB

A Flutter wrapper for the Amazon Chime SDKs.

Home Page: https://pub.dev/packages/eggnstone_amazon_chime

License: BSD 3-Clause "New" or "Revised" License

Kotlin 6.04% Swift 5.88% Objective-C 79.06% Dart 5.10% HTML 0.26% Ruby 0.57% C 2.71% JavaScript 0.38%

eggnstone_amazon_chime's Introduction

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 UnsatisfiedLinkErrors.

Instructions for your app

  • 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

  • Chime does not work on iOS simulators!

Instructions for your app

Used versions

References

Web

Not included yet and currently no plan/time to do so. Sorry.

References

eggnstone_amazon_chime's People

Contributors

henlamk avatar eggnstone avatar tuokordyme avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.