Interface KinesisVideoWebRtcStorageClient
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
builder() method.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringValue for looking up the service's metadata from theServiceMetadataProvider.static final String -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Create a builder that can be used to configure and create aKinesisVideoWebRtcStorageClient.create()Create aKinesisVideoWebRtcStorageClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.default JoinStorageSessionResponsejoinStorageSession(Consumer<JoinStorageSessionRequest.Builder> joinStorageSessionRequest) Join the ongoing one way-video and/or multi-way audio WebRTC session as a video producing device for an input channel.default JoinStorageSessionResponsejoinStorageSession(JoinStorageSessionRequest joinStorageSessionRequest) Join the ongoing one way-video and/or multi-way audio WebRTC session as a video producing device for an input channel.The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationstatic ServiceMetadataMethods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
closeMethods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
Field Details
-
SERVICE_NAME
- See Also:
-
SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider.- See Also:
-
-
Method Details
-
joinStorageSession
default JoinStorageSessionResponse joinStorageSession(JoinStorageSessionRequest joinStorageSessionRequest) throws ClientLimitExceededException, InvalidArgumentException, AccessDeniedException, ResourceNotFoundException, AwsServiceException, SdkClientException, KinesisVideoWebRtcStorageException Join the ongoing one way-video and/or multi-way audio WebRTC session as a video producing device for an input channel. If there’s no existing session for the channel, a new streaming session needs to be created, and the Amazon Resource Name (ARN) of the signaling channel must be provided.
Currently for the
SINGLE_MASTERtype, a video producing device is able to ingest both audio and video media into a stream, while viewers can only ingest audio. Both a video producing device and viewers can join the session first, and wait for other participants.While participants are having peer to peer conversations through webRTC, the ingested media session will be stored into the Kinesis Video Stream. Multiple viewers are able to playback real-time media.
Customers can also use existing Kinesis Video Streams features like
HLSorDASHplayback, Image generation, and more with ingested WebRTC media.Assume that only one video producing device client can be associated with a session for the channel. If more than one client joins the session of a specific channel as a video producing device, the most recent client request takes precedence.
- Parameters:
joinStorageSessionRequest-- Returns:
- Result of the JoinStorageSession operation returned by the service.
- See Also:
-
joinStorageSession
default JoinStorageSessionResponse joinStorageSession(Consumer<JoinStorageSessionRequest.Builder> joinStorageSessionRequest) throws ClientLimitExceededException, InvalidArgumentException, AccessDeniedException, ResourceNotFoundException, AwsServiceException, SdkClientException, KinesisVideoWebRtcStorageException Join the ongoing one way-video and/or multi-way audio WebRTC session as a video producing device for an input channel. If there’s no existing session for the channel, a new streaming session needs to be created, and the Amazon Resource Name (ARN) of the signaling channel must be provided.
Currently for the
SINGLE_MASTERtype, a video producing device is able to ingest both audio and video media into a stream, while viewers can only ingest audio. Both a video producing device and viewers can join the session first, and wait for other participants.While participants are having peer to peer conversations through webRTC, the ingested media session will be stored into the Kinesis Video Stream. Multiple viewers are able to playback real-time media.
Customers can also use existing Kinesis Video Streams features like
HLSorDASHplayback, Image generation, and more with ingested WebRTC media.Assume that only one video producing device client can be associated with a session for the channel. If more than one client joins the session of a specific channel as a video producing device, the most recent client request takes precedence.
This is a convenience which creates an instance of the
JoinStorageSessionRequest.Builderavoiding the need to create one manually viaJoinStorageSessionRequest.builder()- Parameters:
joinStorageSessionRequest- AConsumerthat will call methods onJoinStorageSessionRequest.Builderto create a request.- Returns:
- Result of the JoinStorageSession operation returned by the service.
- See Also:
-
create
Create aKinesisVideoWebRtcStorageClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
builder
Create a builder that can be used to configure and create aKinesisVideoWebRtcStorageClient. -
serviceMetadata
-
serviceClientConfiguration
Description copied from interface:SdkClientThe SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient- Returns:
- SdkServiceClientConfiguration
-