Module Values_0.MeetingSource

A meeting created using the Amazon Chime SDK.

Sourcetype nonrec t = {
  1. mediaRegion : MediaRegion.t option;
    (*

    The Amazon Web Services Region in which you create the meeting.

    *)
  2. mediaPlacement : MediaPlacement.t option;
    (*

    The media placement for the meeting.

    *)
  3. meetingFeatures : MeetingFeaturesConfiguration.t option;
    (*

    The configuration settings of the features available to a meeting.

    *)
  4. meetingId : MeetingId.t option;
    (*

    The Amazon Chime SDK meeting ID.

    *)
}
Sourceval make : ?mediaRegion:??? -> ?mediaPlacement:??? -> ?meetingFeatures:??? -> ?meetingId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of MediaRegion.t | `Structure of (string * [> `String of URI.t | `Structure of (string * [> `Enum of string ]) 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