Values.WebRTCMeetingSourceA meeting created using the Amazon Chime SDK.
type nonrec t = {mediaPlacement : WebRTCMediaPlacement.t option;The media placement for the meeting.
*)meetingFeatures : MeetingFeaturesConfiguration.t option;meetingId : GuidString.t option;The Amazon Chime SDK meeting ID.
*)}val 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 ]