Values.StopParticipantReplicationRequestSourceStops a replicated participant session.
type nonrec t = {sourceStageArn : StageArn.t;ARN of the stage where the participant is publishing.
*)destinationStageArn : StageArn.t;ARN of the stage where the participant has been replicated.
*)participantId : ParticipantId.t;Participant ID of the publisher that has been replicated. This is assigned by IVS and returned by CreateParticipantToken or the jti (JWT ID) used to create a self signed token.
*)}val make :
sourceStageArn:StageArn.t ->
destinationStageArn:StageArn.t ->
participantId:ParticipantId.t ->
unit ->
t