スキップしてコンテンツを表示

Does Chime support sharing audio during screen sharing?

-1

I used the amazon-chime-sdk-android, but the screen sharing only displays video—there is no audio. My project does not allow the use of a JS SDK.

質問済み 1ヶ月前37ビュー
2回答
0

Yes, Amazon Chime SDK does support sharing audio during screen sharing, but there are important limitations to be aware of based on your platform.

For the Amazon Chime SDK Android client library, there is a significant constraint: it only supports content share from screen capture itself, not audio from other sources. The Android SDK supports sending mono audio up to 48kHz at 64kbps and receiving stereo audio at 48kHz, but this applies to microphone audio in the meeting, not audio from the content being shared.

When sharing content (including screen sharing), the Amazon Chime SDK sessions do support content audio that can be mixed into the audio stream. Content audio supports sample rates up to 48kHz and up to 2 channels (stereo) encoded with bitrates up to 128kbps using the Opus codec. However, the ability to capture and share this audio alongside your screen content depends on the capabilities of the specific client library you're using.

Since you're using the Android SDK and cannot use the JavaScript SDK, you're limited by the Android library's capabilities, which currently only support screen capture for content sharing without the ability to capture system audio or audio from other applications during screen sharing. The JavaScript and React libraries have broader support for content sharing from various sources, but those options are not available to you given your project constraints.
Sources
How Amazon Chime SDK meetings use WebRTC media - Amazon Chime SDK
Amazon Chime SDK now supports stereo audio

回答済み 1ヶ月前
エキスパート
レビュー済み 1ヶ月前
0

Can anyone help me? We are still stuck on issue.

回答済み 1ヶ月前
エキスパート
レビュー済み 1ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

関連するコンテンツ