- Navigation Guide
@aws-sdk/client-ivs-realtime
DisconnectParticipantCommandInput Interface
The input for DisconnectParticipantCommand.
Members
Name | Type | Details |
---|---|---|
participantId Required | string | 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 Required | string | 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