@aws-sdk/client-ivs-realtime

DisconnectParticipantCommandInput Interface

Members

Name
Type
Details
participantId Requiredstring | undefined

Identifier of the participant to be disconnected. IVS assigns this; it is returned by CreateParticipantToken (for streams using WebRTC ingest) or CreateIngestConfiguration (for streams using RTMP ingest).

stageArn Requiredstring | undefined

ARN of the stage to which the participant is attached.

reason string | undefined

Description of why this participant is being disconnected.

Full Signature

export interface DisconnectParticipantCommandInput extends DisconnectParticipantRequest