Package-level declarations
Functions
Link copied to clipboard
inline suspend fun KinesisVideoWebRtcStorageClient.joinStorageSession(crossinline block: JoinStorageSessionRequest.Builder.() -> Unit): JoinStorageSessionResponse
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.
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.