Skip to content

ListStageSessions

Source: src/AWS/IVSRealtime/ListStageSessions.ts

List all sessions (current and past) of the bound stage, most recent first.

// init
const listStageSessions = yield* IVSRealtime.ListStageSessions(stage);
// runtime
const { stageSessions } = yield* listStageSessions();