Closed iencotech closed 1 year ago
Hi @jienco ,
Thanks for reaching out about this. I believe you saw this discrepancy because it took time from the moment the service team announced the launch and the time it took for our release pipeline to approve all the changes.
I see that the model changed last week to include those new features. You'll have to update your SDK version through npm, and those new types should be available.
Thanks! Ran~
Thanks for checking @RanVaknin
I updated @aws-sdk/client-chime-sdk-media-pipelines
to 3.386.0
but the new grid configurations are not yet available:
The following example from this article cannot be implemented in CreateMediaLiveConnectorPipelineRequest
:
GridViewConfiguration: {
ContentShareLayout: "Horizontal",
HorizontalLayoutConfiguration:{
TileOrder: "SpeakerSequence",
TilePosition: "Top",
TileCount: 4,
TileAspectRatio: "4/3"
}
}
See also this reference
Describe the bug
On 7/24/2023, Amazon Chime SDK introduced enhancements to the composition capability of media pipelines in Amazon Chime SDK.
However, the newly added properties for the CreateMediaLiveConnectorPipeline command are not available in this library. The typescript types are not updated, and even when using
any
for the type, an error is thrown in runtime when trying to use the new properties.More info:
Expected Behavior
Newly added composition capabilities should be available for use in TypeScript and on runtime.
Current Behavior
Error is thrown when using new properties such as
HorizatontalLayoutConfiguration
:UnexpectedParameter: Unexpected key 'HorizontalLayoutConfiguration' found in params.Sources[0].ChimeSdkMeetingLiveConnectorConfiguration.CompositedVideo.GridViewConfiguration
Reproduction Steps
Possible Solution
No response
Additional Information/Context
SDK version used
"@aws-sdk/client-chime-sdk-media-pipelines": "3.376.0"
Environment details (OS name and version, etc.)
Ubuntu 22.04 LTS