Awso_kinesis_video_signaling_lwtSourceval get_ice_server_config :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_kinesis_video_signaling.Values.GetIceServerConfigRequest.t ->
(Awso_kinesis_video_signaling.Values.GetIceServerConfigResponse.t,
Awso_kinesis_video_signaling.Values.GetIceServerConfigResponse.error)
Result.t
Lwt.tval send_alexa_offer_to_master :
?endpoint_url:string ->
?cfg:Awso.Cfg.t ->
Awso_kinesis_video_signaling.Values.SendAlexaOfferToMasterRequest.t ->
(Awso_kinesis_video_signaling.Values.SendAlexaOfferToMasterResponse.t,
Awso_kinesis_video_signaling.Values.SendAlexaOfferToMasterResponse.error)
Result.t
Lwt.tinclude module type of struct include Awso_kinesis_video_signaling.Values endval structure_to_value_aux :
('a * 'b option) list ->
f:(('a * 'b) list -> 'c) ->
[> `Structure of 'c ]val structure_to_wrapped_value :
wrapper:'a ->
response:'a ->
('b * 'c option) list ->
[> `Structure of ('a * [> `Structure of ('b * 'c) list ]) list ]A structure for the ICE server connection data.
module ClientLimitExceededException =
Awso_kinesis_video_signaling.Values.ClientLimitExceededExceptionYour request was throttled because you have exceeded the limit of allowed client calls. Try making the call later.
module InvalidArgumentException =
Awso_kinesis_video_signaling.Values.InvalidArgumentExceptionThe value for this input parameter is invalid.
The caller is not authorized to perform this operation.
module ResourceNotFoundException =
Awso_kinesis_video_signaling.Values.ResourceNotFoundExceptionThe specified resource is not found.
The specified client is invalid.
If the client session is expired. Once the client is connected, the session is valid for 45 minutes. Client should reconnect to the channel to continue sending/receiving messages.
module SendAlexaOfferToMasterResponse =
Awso_kinesis_video_signaling.Values.SendAlexaOfferToMasterResponseThis API allows you to connect WebRTC-enabled devices with Alexa display devices. When invoked, it sends the Alexa Session Description Protocol (SDP) offer to the master peer. The offer is delivered as soon as the master is connected to the specified signaling channel. This API returns the SDP answer from the connected master. If the master is not connected to the signaling channel, redelivery requests are made until the message expires.
module SendAlexaOfferToMasterRequest =
Awso_kinesis_video_signaling.Values.SendAlexaOfferToMasterRequestThis API allows you to connect WebRTC-enabled devices with Alexa display devices. When invoked, it sends the Alexa Session Description Protocol (SDP) offer to the master peer. The offer is delivered as soon as the master is connected to the specified signaling channel. This API returns the SDP answer from the connected master. If the master is not connected to the signaling channel, redelivery requests are made until the message expires.
module GetIceServerConfigResponse =
Awso_kinesis_video_signaling.Values.GetIceServerConfigResponseGets the Interactive Connectivity Establishment (ICE) server configuration information, including URIs, username, and password which can be used to configure the WebRTC connection. The ICE component uses this configuration information to setup the WebRTC connection, including authenticating with the Traversal Using Relays around NAT (TURN) relay server. TURN is a protocol that is used to improve the connectivity of peer-to-peer applications. By providing a cloud-based relay service, TURN ensures that a connection can be established even when one or more peers are incapable of a direct peer-to-peer connection. For more information, see A REST API For Access To TURN Services. You can invoke this API to establish a fallback mechanism in case either of the peers is unable to establish a direct peer-to-peer connection over a signaling channel. You must specify either a signaling channel ARN or the client ID in order to invoke this API.
module GetIceServerConfigRequest =
Awso_kinesis_video_signaling.Values.GetIceServerConfigRequestGets the Interactive Connectivity Establishment (ICE) server configuration information, including URIs, username, and password which can be used to configure the WebRTC connection. The ICE component uses this configuration information to setup the WebRTC connection, including authenticating with the Traversal Using Relays around NAT (TURN) relay server. TURN is a protocol that is used to improve the connectivity of peer-to-peer applications. By providing a cloud-based relay service, TURN ensures that a connection can be established even when one or more peers are incapable of a direct peer-to-peer connection. For more information, see A REST API For Access To TURN Services. You can invoke this API to establish a fallback mechanism in case either of the peers is unable to establish a direct peer-to-peer connection over a signaling channel. You must specify either a signaling channel ARN or the client ID in order to invoke this API.