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.

질문됨 일 년 전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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠