Starts replicating a publishing participant from a source stage to a destination stage
Source:R/ivsrealtime_operations.R
ivsrealtime_start_participant_replication.RdStarts replicating a publishing participant from a source stage to a destination stage.
See https://www.paws-r-sdk.com/docs/ivsrealtime_start_participant_replication/ for full documentation.
Usage
ivsrealtime_start_participant_replication(
sourceStageArn,
destinationStageArn,
participantId,
reconnectWindowSeconds = NULL,
attributes = NULL
)Arguments
- sourceStageArn
[required] ARN of the stage where the participant is publishing.
- destinationStageArn
[required] ARN of the stage to which the participant will be replicated.
- participantId
[required] Participant ID of the publisher that will be replicated. This is assigned by IVS and returned by
create_participant_tokenor thejti(JWT ID) used to create a self signed token.- reconnectWindowSeconds
If the participant disconnects and then reconnects within the specified interval, replication will continue to be
ACTIVE. Default: 0.- attributes
Application-provided attributes to set on the replicated participant in the destination stage. Map keys and values can contain UTF-8 encoded text. The maximum length of this field is 1 KB total. This field is exposed to all stage participants and should not be used for personally identifying, confidential, or sensitive information.
These attributes are merged with any attributes set for this participant when creating the token. If there is overlap in keys, the values in these attributes are replaced.