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.
Inspecting Participants
Section titled “Inspecting Participants”// initconst getParticipant = yield* IVSRealtime.GetParticipant(stage);
// runtimeconst { participant } = yield* getParticipant({ sessionId: "st-a1b2c3d4e5f6", participantId: "abcDEF123",});