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

Plan to share content with audio source

Open eunhwa-park opened this issue 3 years ago • 3 comments

Could you share a plan to share content with audio source?

According to the article below, screen sharing for the Amazon Chime SDKs for Android cannot support audio sharing. https://aws.amazon.com/about-aws/whats-new/2021/01/amazon-chime-sdk-ios-android-support-screen-share/?nc1=h_ls

In Zoom or other video communication apps, I can share audio when sharing my screen. Using Chime SDK for Android, screen sharing with video/audio source is essential. Please let me know how to sharing audio or your plans.

Thank you a lot !

eunhwa-park avatar Oct 20 '21 01:10 eunhwa-park

I found a similar request in ios issue (https://github.com/aws/amazon-chime-sdk-ios/issues/300). It seems that the same development is required for the Android SDK.

eunhwa-park avatar Oct 20 '21 23:10 eunhwa-park

Hi @eunhwa-park, thanks for submitting the request. We'll get back to you when there's any progress on this feature request.

linsang21 avatar Oct 26 '21 17:10 linsang21

Our team is currently undertaking a significant project to align our end to end audio processing pipeline with WebRTC protocols and enable features such like injectable audio and a secondary content share audio sending stream. At the same time, we want to make sure that we maintain and improve the audio quality. We will keep this ticket open until we add support for Content Share Audio. In the meantime, since we support this in the JS SDK, have you explored embedding a WebView to enable this?

Here is our Android WebView demo with JS SDK: https://github.com/aws-samples/amazon-chime-sdk/tree/main/apps/android-webview-sample Keep in mind that that demo does not have content share functionality implemented, and you would have to figure out how to convert your content audio video data into the MediaStream object that is required by the JS SDK API.

zhinang-amazon avatar Feb 23 '22 21:02 zhinang-amazon