Package-level declarations
Inherited functions
Link copied to clipboard
inline suspend fun KinesisVideoWebRtcStorageClient.joinStorageSession(crossinline block: JoinStorageSessionRequest.Builder.() -> Unit): JoinStorageSessionResponse
Before using this API, you must call the GetSignalingChannelEndpoint
API to request the WEBRTC endpoint. You then specify the endpoint and region in your JoinStorageSession
API request.
Link copied to clipboard
inline suspend fun KinesisVideoWebRtcStorageClient.joinStorageSessionAsViewer(crossinline block: JoinStorageSessionAsViewerRequest.Builder.() -> Unit): JoinStorageSessionAsViewerResponse
Join the ongoing one way-video and/or multi-way audio WebRTC session as a viewer for an input channel. If there’s no existing session for the channel, create a new streaming session and provide the Amazon Resource Name (ARN) of the signaling channel (channelArn
) and client id (clientId
).
Link copied to clipboard
fun KinesisVideoWebRtcStorageClient.withConfig(block: KinesisVideoWebRtcStorageClient.Config.Builder.() -> Unit): KinesisVideoWebRtcStorageClient
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.