Values.DisconnectUserRequestSourceDisconnects all connections using a specified user ID from a room. This replicates the DisconnectUser WebSocket operation in the Amazon IVS Chat Messaging API.
type nonrec t = {roomIdentifier : RoomIdentifier.t;Identifier of the room from which the user's clients should be disconnected. Currently this must be an ARN.
*)userId : UserID.t;ID of the user (connection) to disconnect from the room.
*)reason : Reason.t option;Reason for disconnecting the user.
*)}