Skip to content

GetParticipant

Source: src/AWS/IVSRealtime/GetParticipant.ts

Read a participant’s detail (state, join time, attributes, publish state, recording state, connection metadata) for a session of the bound stage.

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