ivsrealtime / Client / stop_participant_replication
stop_participant_replication¶
- ivsrealtime.Client.stop_participant_replication(**kwargs)¶
Stops a replicated participant session.
See also: AWS API Documentation
Request Syntax
response = client.stop_participant_replication( sourceStageArn='string', destinationStageArn='string', participantId='string' )
- Parameters:
sourceStageArn (string) –
[REQUIRED]
ARN of the stage where the participant is publishing.
destinationStageArn (string) –
[REQUIRED]
ARN of the stage where the participant has been replicated.
participantId (string) –
[REQUIRED]
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.
- Return type:
dict
- Returns:
Response Syntax
{ 'accessControlAllowOrigin': 'string', 'accessControlExposeHeaders': 'string', 'cacheControl': 'string', 'contentSecurityPolicy': 'string', 'strictTransportSecurity': 'string', 'xContentTypeOptions': 'string', 'xFrameOptions': 'string' }
Response Structure
(dict) –
accessControlAllowOrigin (string) –
See Access-Control-Allow-Origin in the MDN Web Docs.
accessControlExposeHeaders (string) –
See Access-Control-Expose-Headers in the MDN Web Docs.
cacheControl (string) –
See Cache-Control in the MDN Web Docs.
contentSecurityPolicy (string) –
See Content-Security-Policy in the MDN Web Docs.
strictTransportSecurity (string) –
See Strict-Transport-Security in the MDN Web Docs.
xContentTypeOptions (string) –
See X-Content-Type-Options in the MDN Web Docs.
xFrameOptions (string) –
See X-Frame-Options in the MDN Web Docs.
Exceptions
ivsrealtime.Client.exceptions.ResourceNotFoundExceptionivsrealtime.Client.exceptions.ValidationExceptionivsrealtime.Client.exceptions.AccessDeniedExceptionivsrealtime.Client.exceptions.InternalServerException