Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

Setting canvas orientation for compositing in Amazon Chime SDK meetings

Focus mode
Setting canvas orientation for compositing in Amazon Chime SDK meetings - Amazon Chime SDK

In compositing, the canvas contains all your video streams. You can specify a Landscape or Portrait orientation for the canvas. Landscape provides a 16:9 aspect ratio. Portrait provides a 9:16 aspect ratio.

The following image shows the portrait orientation.

Image showing two video tiles in a portrait (vertical) window.

The following example shows how to implement a portrait canvas with the video tile in the upper-right corner. In this example, the active speaker appears in the tile. For more information, see ActiveSpeakerOnlyConfiguration

{ "CompositedVideo":{ "Layout":"GridView", "Resolution":"FHD", "GridViewConfiguration":{ "ContentShareLayout":"ActiveSpeakerOnly", "ActiveSpeakerOnlyConfiguration":{ "ActiveSpeakerPosition":"TopRight" } }, "CanvasOrientation": "Portrait" } }

The following image shows the landscape orientation.

Image showing two video tiles in a landscape (horizontal) window.
CanvasOrientation

Description – The orientation setting, Landscape or Portrait.

Allowed valuesLandscape | Portrait

Required – No

Default – Landscape

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.