Skip to content

ListCompositions

Source: src/AWS/IVSRealtime/ListCompositions.ts

List the account’s compositions in the current region, optionally filtered by stage or encoder configuration.

// init
const listCompositions = yield* IVSRealtime.ListCompositions();
// runtime
const { compositions } = yield* listCompositions();