Stop Participant Replication
| ivsrealtime_stop_participant_replication | R Documentation |
Stops a replicated participant session¶
Description¶
Stops a replicated participant session.
Usage¶
ivsrealtime_stop_participant_replication(sourceStageArn,
destinationStageArn, participantId)
Arguments¶
sourceStageArn |
[required] ARN of the stage where the participant is publishing. |
destinationStageArn |
[required] ARN of the stage where the participant has been replicated. |
participantId |
[required] Participant ID of the publisher that has been
replicated. This is assigned by IVS and returned by
|
Value¶
A list with the following syntax:
list(
accessControlAllowOrigin = "string",
accessControlExposeHeaders = "string",
cacheControl = "string",
contentSecurityPolicy = "string",
strictTransportSecurity = "string",
xContentTypeOptions = "string",
xFrameOptions = "string"
)
Request syntax¶
svc$stop_participant_replication(
sourceStageArn = "string",
destinationStageArn = "string",
participantId = "string"
)