StartParticipantReplication
Source:
src/AWS/IVSRealtime/StartParticipantReplication.ts
Replicate a participant’s media from the bound source stage into the bound destination stage — e.g. to bring a guest publisher into a second room without a re-publish.
Replicating Participants
Section titled “Replicating Participants”// init — bound to (source, destination)const startParticipantReplication = yield* IVSRealtime.StartParticipantReplication(mainStage, overflowStage);
// runtimeyield* startParticipantReplication({ participantId: "abcDEF123", reconnectWindow: "30 seconds",});