Values.WebsocketSourceThe websocket for the participant's connection.
type nonrec t = {url : PreSignedConnectionUrl.t option;The URL of the websocket.
*)connectionExpiry : ISO8601Datetime.t option;The URL expiration timestamp in ISO date format. It's specified in ISO 8601 format: yyyy-MM-ddThh:mm:ss.SSSZ. For example, 2019-11-08T02:41:28.172Z.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of PreSignedConnectionUrl.t ]) list ]