Skip to content

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.

// init
const listParticipantReplicas = yield* IVSRealtime.ListParticipantReplicas(stage);
// runtime
const { replicas } = yield* listParticipantReplicas({
participantId: "abcDEF123",
});