Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface DisconnectUserCommandInputProtected

The input for DisconnectUserCommand.

Hierarchy

Properties

reason?: string

Reason for disconnecting the user.

roomIdentifier: undefined | string

Identifier of the room from which the user's clients should be disconnected. Currently this must be an ARN.

userId: undefined | string

ID of the user (connection) to disconnect from the room.