Uses of Class
software.amazon.awssdk.services.kinesisvideosignaling.model.GetIceServerConfigResponse
-
Packages that use GetIceServerConfigResponse Package Description software.amazon.awssdk.services.kinesisvideosignaling Kinesis Video Streams Signaling Service is a intermediate service that establishes a communication channel for discovering peers, transmitting offers and answers in order to establish peer-to-peer connection in webRTC technology. -
-
Uses of GetIceServerConfigResponse in software.amazon.awssdk.services.kinesisvideosignaling
Methods in software.amazon.awssdk.services.kinesisvideosignaling that return GetIceServerConfigResponse Modifier and Type Method Description default GetIceServerConfigResponseKinesisVideoSignalingClient. getIceServerConfig(Consumer<GetIceServerConfigRequest.Builder> getIceServerConfigRequest)Gets the Interactive Connectivity Establishment (ICE) server configuration information, including URIs, username, and password which can be used to configure the WebRTC connection.default GetIceServerConfigResponseKinesisVideoSignalingClient. getIceServerConfig(GetIceServerConfigRequest getIceServerConfigRequest)Gets the Interactive Connectivity Establishment (ICE) server configuration information, including URIs, username, and password which can be used to configure the WebRTC connection.Methods in software.amazon.awssdk.services.kinesisvideosignaling that return types with arguments of type GetIceServerConfigResponse Modifier and Type Method Description default CompletableFuture<GetIceServerConfigResponse>KinesisVideoSignalingAsyncClient. getIceServerConfig(Consumer<GetIceServerConfigRequest.Builder> getIceServerConfigRequest)Gets the Interactive Connectivity Establishment (ICE) server configuration information, including URIs, username, and password which can be used to configure the WebRTC connection.default CompletableFuture<GetIceServerConfigResponse>KinesisVideoSignalingAsyncClient. getIceServerConfig(GetIceServerConfigRequest getIceServerConfigRequest)Gets the Interactive Connectivity Establishment (ICE) server configuration information, including URIs, username, and password which can be used to configure the WebRTC connection.
-