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.

gefragt vor einem Jahr332 Aufrufe
1 Antwort
1
Akzeptierte Antwort

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
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen