Values.CreateRoomRequestSourceCreates a room that allows clients to connect and pass messages.
type nonrec t = {name : RoomName.t option;Room name. The value does not need to be unique.
*)maximumMessageRatePerSecond : RoomMaxMessageRatePerSecond.t option;Maximum number of messages per second that can be sent to the room (by all clients). Default: 10.
*)maximumMessageLength : RoomMaxMessageLength.t option;Maximum number of characters in a single message. Messages are expected to be UTF-8 encoded and this limit applies specifically to rune/code-point count, not number of bytes. Default: 500.
*)messageReviewHandler : MessageReviewHandler.t option;Configuration information for optional review of messages.
*)loggingConfigurationIdentifiers : LoggingConfigurationIdentifierList.t option;Array of logging-configuration identifiers attached to the room.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of RoomMaxMessageRatePerSecond.t
| `List of [> `String of LoggingConfigurationIdentifier.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of RoomName.t
| `Structure of
(string * [> `Enum of string | `String of LambdaArn.t ]) list ])
list ]