Module Values_0.ConnectionDataSource

Information required to join the call.

Sourcetype nonrec t = {
  1. attendee : Attendee.t option;
    (*

    The attendee information, including attendee ID and join token.

    *)
  2. meeting : Meeting.t option;
    (*

    A meeting created using the Amazon Chime SDK.

    *)
}
Sourceval make : ?attendee:??? -> ?meeting:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of AttendeeId.t | `Structure of (string * [> `String of URI.t | `Structure of (string * [> `Enum of string ]) list ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t