ListStageSessions
Source:
src/AWS/IVSRealtime/ListStageSessions.ts
List all sessions (current and past) of the bound stage, most recent first.
Inspecting Stage Sessions
Section titled “Inspecting Stage Sessions”// initconst listStageSessions = yield* IVSRealtime.ListStageSessions(stage);
// runtimeconst { stageSessions } = yield* listStageSessions();