StopParticipantReplication
Source:
src/AWS/IVSRealtime/StopParticipantReplication.ts
Stop replicating a participant’s media from the bound source stage into the bound destination stage.
Replicating Participants
Section titled “Replicating Participants”// init — bound to (source, destination)const stopParticipantReplication = yield* IVSRealtime.StopParticipantReplication(mainStage, overflowStage);
// runtimeyield* stopParticipantReplication({ participantId: "abcDEF123" });