Skip to content

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.

// init
const listParticipantEvents = yield* IVSRealtime.ListParticipantEvents(stage);
// runtime
const { events } = yield* listParticipantEvents({
sessionId: "st-a1b2c3d4e5f6",
participantId: "abcDEF123",
});