ListParticipantEvents
Source:
src/AWS/IVSRealtime/ListParticipantEvents.ts
List the events (joined, left, publish started/stopped, errors) recorded for a participant during a session of the bound stage.
Inspecting Participants
Section titled “Inspecting Participants”// initconst listParticipantEvents = yield* IVSRealtime.ListParticipantEvents(stage);
// runtimeconst { events } = yield* listParticipantEvents({ sessionId: "st-a1b2c3d4e5f6", participantId: "abcDEF123",});