Module Values_0.ParticipantCapabilitiesSource

The configuration for the allowed video and screen sharing capabilities for participants present over the call. For more information, see Set up in-app, web, video calling, and screen sharing capabilities in the Amazon Connect Administrator Guide.

Sourcetype nonrec t = {
  1. video : VideoCapability.t option;
    (*

    The configuration having the video and screen sharing capabilities for participants over the call.

    *)
  2. screenShare : ScreenShareCapability.t option;
    (*

    The screen sharing capability that is enabled for the participant. SEND indicates the participant can share their screen.

    *)
}
Sourceval make : ?video:??? -> ?screenShare:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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