Module Values.WebRTCConnectionSource

Creates the participant’s WebRTC connection data required for the client application (mobile or web) to connect to the call.

Sourcetype nonrec t = {
  1. attendee : Attendee.t option;
  2. meeting : WebRTCMeeting.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