amazon-chime-sdk-android icon indicating copy to clipboard operation
amazon-chime-sdk-android copied to clipboard

An Android client library for integrating multi-party communications powered by the Amazon Chime service.

Results 51 amazon-chime-sdk-android issues
Sort by recently updated
recently updated
newest added

## ℹ️ 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...

Needs More Information

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) {...

question

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

feature-request

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

feature-request
Triaged

## ℹ️ 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...

bug
Triaged

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

feature-request

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

question

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

feature-request
Triaged