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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则