Module Values.WebRTCMeetingSource

A meeting created using the Amazon Chime SDK.

Sourcetype nonrec t = {
  1. mediaPlacement : WebRTCMediaPlacement.t option;
    (*

    The media placement for the meeting.

    *)
  2. meetingFeatures : MeetingFeaturesConfiguration.t option;
  3. meetingId : GuidString.t option;
    (*

    The Amazon Chime SDK meeting ID.

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