GetStageSession
Source:
src/AWS/IVSRealtime/GetStageSession.ts
Read a session of the bound stage — its start time and, once the last participant leaves, its end time.
Inspecting Stage Sessions
Section titled “Inspecting Stage Sessions”// initconst getStageSession = yield* IVSRealtime.GetStageSession(stage);
// runtimeconst { stageSession } = yield* getStageSession({ sessionId: "st-a1b2c3d4e5f6",});