ListParticipantReplicas
Source:
src/AWS/IVSRealtime/ListParticipantReplicas.ts
List the replicas of a participant of the bound (source) stage — the destination stages a participant’s media is replicated to and each replica’s state.
Replicating Participants
Section titled “Replicating Participants”// initconst listParticipantReplicas = yield* IVSRealtime.ListParticipantReplicas(stage);
// runtimeconst { replicas } = yield* listParticipantReplicas({ participantId: "abcDEF123",});