amazon-chime-sdk-android
amazon-chime-sdk-android copied to clipboard
An Android client library for integrating multi-party communications powered by the Amazon Chime service.
## ℹ️ Description Update MeetingSessionStatusCode comment ### Issue #, if available ### Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New...
**Describe the bug** We're encountering an issue where audio from Amazon Chime SDK calls is not being routed to Bluetooth headphones even after manually selecting the Bluetooth device via the...
class VideoFrameBroadcaster :VideoSource,VideoSink { private val sinks = mutableSetOf() override val contentHint: VideoContentHint get() = TODO("Not yet implemented") fun getVideoSinks(): MutableSet { return sinks; } override fun addVideoSink(sink: VideoSink) {...
## What do you want us to build? A Filter like `notBefore()` for `ListChannelMembershipsForAppInstanceUserRequest()` like the `ListChannelMessagesRequest()` has. Area: [amazon-chime-sdk-ios](https://github.com/aws/amazon-chime-sdk-ios), [amazon-chime-sdk-android](https://github.com/aws/amazon-chime-sdk-android). ## Tell us about the problem you are trying...
Hello, Current Chime SDK builds do not provide native binaries for running on x86 emulators (only ARM 32/64-bit). It is a bottleneck for some of our developers, since they need...
## ℹ️ Description Title ### Issue #, if available None By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms...
Hi. Recently a fix was made so that it is possible to use background blur / replacement image before joining a meeting session on Android: #504. But now when using...
java.lang.IllegalStateException: Must register a callback before starting capture, to manage resources in response to MediaProjection states. at android.media.projection.MediaProjection.createVirtualDisplay(MediaProjection.java:206) at com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.DefaultScreenCaptureSource.startInternal(DefaultScreenCaptureSource.kt:192) at com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.DefaultScreenCaptureSource.access$startInternal(DefaultScreenCaptureSource.kt:49) at com.amazonaws.services.chime.sdk.meetings.audiovideo.video.capture.DefaultScreenCaptureSource$start$1.run(DefaultScreenCaptureSource.kt:113) at android.os.Handler.handleCallback(Handler.java:958) at android.os.Handler.dispatchMessage(Handler.java:99) at android.os.Looper.loopOnce(Looper.java:205)...
**Describe the bug** I am trying to build the demo application. I am getting following error: `Unable to make field private final java.lang.String java.io.File.path accessible: module java.base does not "opens...
# Community Note * Please vote for this issue by adding a 👍 reaction to the issue. This will help the community and maintainers from the Amazon Chime SDK team...