Chime Media Capture and Concatenation APIs are missing in AWS Java SDK - 2.19.5

0

I am trying to make the chime video recording using aws sdk. I couldn't find the class - CompositedVideoArtifactsConfiguration https://sdk.amazonaws.com/java/api/latest/software/amazon/awssdk/services/chimesdkmediapipelines/model/ArtifactsConfiguration.html

Also I couldn't find the startMediaConcatenation API in chime client.

I added the below lines in gradle implementation(platform("software.amazon.awssdk:bom:2.19.5")) implementation("software.amazon.awssdk:chime")

Any insights on this will be super helpful.

質問済み 1年前332ビュー
1回答
1
承認された回答

Media pipeline concatenation and compositing are only available in the ChimeSDKMediaPipelines namespace -- not Chime.

So, I think you need:

implementation("software.amazon.awssdk:chimesdkmediapipelines")

See this doc for more detail: https://docs.aws.amazon.com/chime-sdk/latest/dg/migrate-pipelines.html

profile pictureAWS
DougL
回答済み 1年前

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

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

質問に答えるためのガイドライン

関連するコンテンツ