Skip to content

StopParticipantReplication

Source: src/AWS/IVSRealtime/StopParticipantReplication.ts

Stop replicating a participant’s media from the bound source stage into the bound destination stage.

// init — bound to (source, destination)
const stopParticipantReplication =
yield* IVSRealtime.StopParticipantReplication(mainStage, overflowStage);
// runtime
yield* stopParticipantReplication({ participantId: "abcDEF123" });